mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Fixed fragment transitions
This commit is contained in:
@@ -190,7 +190,7 @@ public class FragmentBase extends Fragment {
|
||||
finished = true;
|
||||
|
||||
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||
getParentFragmentManager().popBackStackImmediate();
|
||||
getParentFragmentManager().popBackStack();
|
||||
else
|
||||
finish = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user