1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

default accounts to random colors rather than black

This commit is contained in:
Jesse Vincent 2010-04-25 09:07:34 +00:00
parent c649073fa7
commit 167e856b15

View File

@ -183,7 +183,7 @@ public class Account implements BaseAccount
mMaxPushFolders = preferences.getPreferences().getInt(mUuid + ".maxPushFolders", 10);
mChipColor = preferences.getPreferences().getInt(mUuid+".chipColor", 0xff000000);
mChipColor = preferences.getPreferences().getInt(mUuid+".chipColor", (new Random()).nextInt());
for (String type : networkTypes)
{