mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Clear last composing on exit
This commit is contained in:
@@ -86,6 +86,9 @@ public class ActivityCompose extends ActivityBase implements FragmentManager.OnB
|
||||
}
|
||||
}
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
prefs.edit().remove("last_composing").apply();
|
||||
|
||||
finishAndRemoveTask();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user