mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Fixed fragment transitions
This commit is contained in:
parent
db7927c0da
commit
6d1214e717
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ public class FragmentBase extends Fragment {
|
||||||
finished = true;
|
finished = true;
|
||||||
|
|
||||||
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||||
getParentFragmentManager().popBackStackImmediate();
|
getParentFragmentManager().popBackStack();
|
||||||
else
|
else
|
||||||
finish = true;
|
finish = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue