mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fix
This commit is contained in:
parent
c433df0f29
commit
30ff7d988f
1 changed files with 23 additions and 23 deletions
|
@ -357,7 +357,6 @@ class InAppUpdater {
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
fun isMiUi(): Boolean {
|
fun isMiUi(): Boolean {
|
||||||
return !TextUtils.isEmpty(getSystemProperty("ro.miui.ui.version.name"))
|
return !TextUtils.isEmpty(getSystemProperty("ro.miui.ui.version.name"))
|
||||||
|
@ -384,4 +383,5 @@ class InAppUpdater {
|
||||||
}
|
}
|
||||||
return line
|
return line
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue