Commit a9b20dae authored by Viktor De Pasquale's avatar Viktor De Pasquale

Fixed showing update information

parent e5959377
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment