mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Improved swipe error message
This commit is contained in:
parent
2c4f5ab0be
commit
e6d4aa8cd4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue