From ab991e3db776221a9ce63f2eff696c0b6c83fd18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C6=B0ng=20Phan?= Date: Sun, 1 Aug 2021 18:56:51 +0700 Subject: [PATCH] Cherish:Hide content padding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hưng Phan --- src/com/cherish/settings/fragments/MiscSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/cherish/settings/fragments/MiscSettings.java b/src/com/cherish/settings/fragments/MiscSettings.java index 2067b85..bbe0b0d 100644 --- a/src/com/cherish/settings/fragments/MiscSettings.java +++ b/src/com/cherish/settings/fragments/MiscSettings.java @@ -47,7 +47,7 @@ public class MiscSettings extends SettingsPreferenceFragment implements private static final String SMART_PIXELS = "smart_pixels"; private static final String SYSUI_ROUNDED_SIZE = "sysui_rounded_size"; - private static final String SYSUI_ROUNDED_CONTENT_PADDING = "sysui_rounded_content_padding"; + //private static final String SYSUI_ROUNDED_CONTENT_PADDING = "sysui_rounded_content_padding"; private static final String SYSUI_ROUNDED_FWVALS = "sysui_rounded_fwvals"; private static final String KEY_PULSE_BRIGHTNESS = "ambient_pulse_brightness"; private static final String KEY_DOZE_BRIGHTNESS = "ambient_doze_brightness";