mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 18:43:23 +02:00
Allow configuring account without drafts folder
This commit is contained in:
@@ -987,7 +987,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
@Override
|
||||
protected void onExecuted(Bundle args, EntityFolder drafts) {
|
||||
if (drafts == null)
|
||||
Snackbar.make(view, R.string.title_no_primary_drafts, Snackbar.LENGTH_LONG)
|
||||
Snackbar.make(view, R.string.title_no_drafts, Snackbar.LENGTH_LONG)
|
||||
.setGestureInsetBottomIgnored(true).show();
|
||||
else {
|
||||
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(getContext());
|
||||
|
||||
Reference in New Issue
Block a user