Last active
September 10, 2021 11:07
-
-
Save DroidFreak32/6b84a7ed8ca94a2b77f71ca025ca3f30 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/res/xml/pulse_settings.xml b/res/xml/pulse_settings.xml | |
index 3a7d261cb0..72a2d9e59a 100644 | |
--- a/res/xml/pulse_settings.xml | |
+++ b/res/xml/pulse_settings.xml | |
@@ -93,7 +93,7 @@ | |
android:title="@string/pulse_filled_block_size" | |
android:max="8" | |
android:defaultValue="4" | |
- android:min="4" | |
+ android:min="2" | |
settings:units="dp"/> | |
<com.lineageos.support.preferences.CustomSecureSeekBarPreference |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment