mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-05-31 10:20:05 +03:00
Misnamed variable
This commit is contained in:
parent
4c00aa9a2e
commit
49cd05ee35
1 changed files with 2 additions and 2 deletions
|
@ -141,8 +141,8 @@ public class FragmentThemingSettings extends PreferenceFragmentCompat implements
|
||||||
SET_CUSTOM_ACCENT_DARK_VALUE.setColor(darkValue);
|
SET_CUSTOM_ACCENT_DARK_VALUE.setColor(darkValue);
|
||||||
}
|
}
|
||||||
if (SET_CUSTOM_ACCENT_LIGHT_VALUE != null) {
|
if (SET_CUSTOM_ACCENT_LIGHT_VALUE != null) {
|
||||||
int darkValue = sharedpreferences.getInt(getString(R.string.SET_CUSTOM_ACCENT_LIGHT_VALUE) + currentUserID + currentInstance, -1);
|
int lightValue = sharedpreferences.getInt(getString(R.string.SET_CUSTOM_ACCENT_LIGHT_VALUE) + currentUserID + currentInstance, -1);
|
||||||
SET_CUSTOM_ACCENT_LIGHT_VALUE.setColor(darkValue);
|
SET_CUSTOM_ACCENT_LIGHT_VALUE.setColor(lightValue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue