mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-03-14 16:42:51 +08:00
@ -445,9 +445,11 @@ class SettingsActivity : MIUIActivity() {
|
||||
dismiss()
|
||||
}
|
||||
setRButton(textId = R.string.Done) {
|
||||
OwnSP.ownSP.edit().run {
|
||||
putFloat("max_wallpaper_scale", getEditText().toFloat())
|
||||
apply()
|
||||
if (getEditText() != "") {
|
||||
OwnSP.ownSP.edit().run {
|
||||
putFloat("max_wallpaper_scale", getEditText().toFloat())
|
||||
apply()
|
||||
}
|
||||
}
|
||||
dismiss()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user