mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 18:13:24 +02:00
Prevent showing keyboard after auto save
This commit is contained in:
@@ -5831,11 +5831,12 @@ public class FragmentCompose extends FragmentBase {
|
||||
showDraft(draft);
|
||||
|
||||
} else if (action == R.id.action_save) {
|
||||
boolean autosave = extras.getBoolean("autosave");
|
||||
setFocus(
|
||||
args.getInt("focus"),
|
||||
args.getInt("start", -1),
|
||||
args.getInt("end", -1),
|
||||
args.getBoolean("ime"));
|
||||
args.getBoolean("ime") && !autosave);
|
||||
|
||||
} else if (action == R.id.action_check) {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
||||
|
||||
Reference in New Issue
Block a user