mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Minor rename
This commit is contained in:
parent
da7210d1db
commit
96f18734f4
@ -706,9 +706,9 @@ public class K9 extends Application
|
||||
return mChangeContactNameColor;
|
||||
}
|
||||
|
||||
public static void setChangeContactNameColor(boolean contactNameColor)
|
||||
public static void setChangeContactNameColor(boolean changeContactNameColor)
|
||||
{
|
||||
mChangeContactNameColor = contactNameColor;
|
||||
mChangeContactNameColor = changeContactNameColor;
|
||||
}
|
||||
|
||||
public static int getContactNameColor()
|
||||
|
Loading…
Reference in New Issue
Block a user