Cherish: Add animated OxygenOS FOD icon (2/2)

Signed-off-by: Joey Huab <joey@evolution-x.org>
Change-Id: Ie8ac1748fcc44f7816697a9259819af3a54099ea
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
AshutoshSundresh
2021-05-25 12:39:28 +05:30
committed by Hưng Phan
parent 6b81ff6bd7
commit 6b4bf42ed3
3 changed files with 4 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ public class LockScreenSettings extends SettingsPreferenceFragment implements
FODSettings = (Preference) findPreference(LOCKSCREEN_FOD_CATEGORY);
if (!getResources().getBoolean(com.android.internal.R.bool.config_needCustomFODView)) {
prefScreen.removePreference(FODSettings);
}
// Lock Clock Size
mClockFontSize = (CustomSeekBarPreference) findPreference(CLOCK_FONT_SIZE);