mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-13 12:33:42 +02:00
Improved swipe error message
This commit is contained in:
@@ -2333,7 +2333,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
|
||||
EntityFolder targetFolder = db.folder().getFolder(tid);
|
||||
if (targetFolder == null)
|
||||
return result;
|
||||
throw new IllegalArgumentException(context.getString(R.string.title_no_folder));
|
||||
|
||||
EntityAccount targetAccount = db.account().getAccount(targetFolder.account);
|
||||
if (targetAccount == null)
|
||||
|
||||
Reference in New Issue
Block a user