mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Fixes Issue 1429
Remove dead code.
This commit is contained in:
parent
1079e03495
commit
5e30d5a784
@ -906,12 +906,6 @@ public class FolderList extends K9ListActivity
|
||||
{
|
||||
super.synchronizeMailboxProgress(account, folder, completed, total);
|
||||
mHandler.refreshTitle();
|
||||
if (true) return;
|
||||
if (!account.equals(mAccount))
|
||||
{
|
||||
return;
|
||||
}
|
||||
mHandler.dataChanged();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user