mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-16 02:47:26 +00:00
Fixed showing update information
This commit is contained in:
@@ -111,7 +111,7 @@ class HomeViewModel(
|
||||
val MagiskJson.isInstalled
|
||||
get() = Info.magiskVersionCode > 0
|
||||
val MagiskJson.isObsolete
|
||||
get() = Info.magiskVersionCode < versionCode
|
||||
get() = Info.magiskVersionCode < versionCode && isInstalled
|
||||
val ManagerJson.isUpdateChannelCorrect
|
||||
get() = versionCode > 0
|
||||
val ManagerJson.isObsolete
|
||||
|
Reference in New Issue
Block a user