mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-14 12:21:18 +08:00
Merge pull request #213
* Fix MaxWallpaperScale on MIUI14 * Fix ShowBatteryTemperature on MIUI14 * fix UnlockUnlimitedCropping on MIUI14 * Update UnlockUnlimitedCropping.kt
This commit is contained in:
@@ -924,8 +924,8 @@ class SettingsActivity : MIUIActivity() {
|
||||
setTitle(R.string.max_wallpaper_scale)
|
||||
setEditText(
|
||||
"",
|
||||
"${activity.getString(R.string.def)}1.1, ${activity.getString(R.string.current)}${
|
||||
safeSP.getFloat("max_wallpaper_scale", 1.1f)
|
||||
"${activity.getString(R.string.def)}1.2, ${activity.getString(R.string.current)}${
|
||||
safeSP.getFloat("max_wallpaper_scale", 1.2f)
|
||||
}"
|
||||
)
|
||||
setLButton(textId = R.string.cancel) {
|
||||
|
||||
Reference in New Issue
Block a user