mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-26 01:28:50 -05:00
Removed unnecessary FIXME comment
This commit is contained in:
parent
033e0d40de
commit
7cafc8547b
@ -329,7 +329,6 @@ public class Account implements Serializable
|
|||||||
}
|
}
|
||||||
while (gotOne);
|
while (gotOne);
|
||||||
|
|
||||||
//FIXME: This can never be true?
|
|
||||||
if (newIdentities.size() == 0)
|
if (newIdentities.size() == 0)
|
||||||
{
|
{
|
||||||
String name = prefs.getString(mUuid + ".name", null);
|
String name = prefs.getString(mUuid + ".name", null);
|
||||||
|
Loading…
Reference in New Issue
Block a user