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