mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Refactoring, updated text
This commit is contained in:
@@ -1049,7 +1049,7 @@ public class Log {
|
||||
|
||||
List<TupleIdentityEx> identities = db.identity().getComposableIdentities(null);
|
||||
if (identities == null || identities.size() == 0)
|
||||
throw new IllegalArgumentException(context.getString(R.string.title_no_identities));
|
||||
throw new IllegalArgumentException(context.getString(R.string.title_no_composable));
|
||||
|
||||
EntityIdentity identity = identities.get(0);
|
||||
EntityFolder drafts = db.folder().getFolderByType(identity.account, EntityFolder.DRAFTS);
|
||||
|
||||
Reference in New Issue
Block a user