Merge pull request #213

* Fix MaxWallpaperScale on MIUI14

* Fix ShowBatteryTemperature on MIUI14

* fix UnlockUnlimitedCropping on MIUI14

* Update UnlockUnlimitedCropping.kt
This commit is contained in:
YuKongA
2023-02-07 18:52:10 +08:00
committed by GitHub
parent 60f61649fb
commit 916522331d
7 changed files with 89 additions and 53 deletions

View File

@@ -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) {