mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Edit one draft at a time
This commit is contained in:
parent
5231f8eea5
commit
228b1092f2
1 changed files with 3 additions and 2 deletions
|
@ -33,6 +33,7 @@ import androidx.core.net.MailTo;
|
|||
import androidx.fragment.app.Fragment;
|
||||
import androidx.fragment.app.FragmentManager;
|
||||
import androidx.fragment.app.FragmentTransaction;
|
||||
import androidx.lifecycle.Lifecycle;
|
||||
import androidx.lifecycle.LifecycleOwner;
|
||||
|
||||
import java.io.File;
|
||||
|
@ -222,8 +223,8 @@ public class ActivityCompose extends ActivityBase implements FragmentManager.OnB
|
|||
args.putLong("account", -1);
|
||||
}
|
||||
|
||||
//if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||
// getSupportFragmentManager().popBackStack("compose", FragmentManager.POP_BACK_STACK_INCLUSIVE);
|
||||
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||
getSupportFragmentManager().popBackStack("compose", FragmentManager.POP_BACK_STACK_INCLUSIVE);
|
||||
|
||||
FragmentCompose fragment = new FragmentCompose();
|
||||
fragment.setArguments(args);
|
||||
|
|
Loading…
Reference in a new issue