mirror of
https://github.com/M66B/FairEmail.git
synced 2026-02-03 13:35:54 +01:00
Edit one draft at a time
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user