mirror of https://github.com/M66B/FairEmail.git
Cleanup
This commit is contained in:
parent
35311118ab
commit
c885aa4927
|
@ -836,7 +836,6 @@ public class FragmentAccount extends FragmentBase {
|
|||
if (Color.TRANSPARENT == color)
|
||||
color = null;
|
||||
|
||||
Character separator = null;
|
||||
long now = new Date().getTime();
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
|
@ -876,7 +875,6 @@ public class FragmentAccount extends FragmentBase {
|
|||
} else
|
||||
throw ex;
|
||||
}
|
||||
separator = istore.getDefaultFolder().getSeparator();
|
||||
|
||||
for (Folder ifolder : istore.getDefaultFolder().list("*")) {
|
||||
// Check folder attributes
|
||||
|
|
Loading…
Reference in New Issue