mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 11:33:09 +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