mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-20 20:52:18 +01:00
DroidFish: Fixed incorrect capitalization of DroidFish.
This commit is contained in:
@@ -175,7 +175,7 @@ public class ColorPickerPreference
|
||||
@Override
|
||||
public void onColorChanged(int color) {
|
||||
if (isPersistent()) {
|
||||
/* for Droidfish: the colors are stored as strings [2012-08-30; leo] */
|
||||
/* for DroidFish: the colors are stored as strings [2012-08-30; leo] */
|
||||
persistString(convertToARGB(color));
|
||||
}
|
||||
mValue = color;
|
||||
|
||||
Reference in New Issue
Block a user