Edit one draft at a time

This commit is contained in:
M66B 2021-08-23 12:01:37 +02:00
parent 5231f8eea5
commit 228b1092f2
1 changed files with 3 additions and 2 deletions

View File

@ -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);