mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-17 23:15:10 -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);
|
super.synchronizeMailboxProgress(account, folder, completed, total);
|
||||||
mHandler.refreshTitle();
|
mHandler.refreshTitle();
|
||||||
if (true) return;
|
|
||||||
if (!account.equals(mAccount))
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
mHandler.dataChanged();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user