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:
parent
774843fe6d
commit
d06aa95cc3
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ public class ActivityCompose extends ActivityBase implements FragmentManager.OnB
|
|||
|
||||
getSupportFragmentManager().addOnBackStackChangedListener(this);
|
||||
|
||||
handle(getIntent());
|
||||
if (getSupportFragmentManager().getBackStackEntryCount() == 0)
|
||||
handle(getIntent());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue