mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-25 19:11:04 -04:00
fix reactivation of mutable offer tab on return (#1933)
This commit is contained in:
parent
6c89c61dd1
commit
afe4ba3ad8
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ public abstract class MutableOfferView<M extends MutableOfferViewModel<?>> exten
|
|||
|
||||
@Override
|
||||
public void onTabSelected(boolean isSelected) {
|
||||
if (isSelected && !model.getDataModel().isTabSelected) {
|
||||
if (isSelected) {
|
||||
doActivate();
|
||||
} else {
|
||||
deactivate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue