1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 10:47:28 +00:00

Fixed rotating composer

This commit is contained in:
M66B 2020-07-06 10:28:00 +02:00
parent 774843fe6d
commit d06aa95cc3

View file

@ -44,7 +44,8 @@ public class ActivityCompose extends ActivityBase implements FragmentManager.OnB
getSupportFragmentManager().addOnBackStackChangedListener(this);
handle(getIntent());
if (getSupportFragmentManager().getBackStackEntryCount() == 0)
handle(getIntent());
}
@Override