mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
fd07f57391
commit
40eb658710
|
@ -2156,7 +2156,7 @@ class Core {
|
|||
if (folder == null) {
|
||||
folder = db.folder().getFolderByName(account.id, fullName);
|
||||
if (folder != null) {
|
||||
Log.e("Reselecting " + account.name + " " + type + "=" + fullName);
|
||||
Log.e("Reselecting " + account.host + " " + type + "=" + fullName);
|
||||
folder.type = type;
|
||||
db.folder().setFolderType(folder.id, folder.type);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue