mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-19 13:34:00 +02:00
Cleanup
This commit is contained in:
@@ -5006,7 +5006,6 @@ public class FragmentCompose extends FragmentBase {
|
||||
|
||||
static void onSelectIdentity(Context context, LifecycleOwner owner, FragmentManager fm, Bundle args) {
|
||||
long id = args.getLong("id");
|
||||
Log.i("MMM id="+id);
|
||||
if (id < 0) {
|
||||
context.startActivity(new Intent(context, ActivitySetup.class)
|
||||
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK)
|
||||
|
||||
Reference in New Issue
Block a user