mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-11 20:15:03 -05:00
default accounts to random colors rather than black
This commit is contained in:
parent
c649073fa7
commit
167e856b15
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user