1
0
Fork 0
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:
M66B 2021-04-27 08:56:17 +02:00
parent 2c4f5ab0be
commit e6d4aa8cd4

View file

@ -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)