fixed miui optimization detection

This commit is contained in:
X1nto 2020-07-01 00:28:34 +04:00
parent 64c5faf6ac
commit e58d089d77
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ object MiuiHelper {
return if (isMiui())
getSystemProps("persist.sys.miui_optimization") == "0"
else
false
true
}
private fun getSystemProps(propname: String): String? {