mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-16 02:47:26 +00:00
Fixed showing magisk version when not installed
This commit is contained in:
@@ -439,6 +439,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
gone="@{Info.magiskVersionCode < 0}"
|
||||
android:text="@{String.format(`%s (%s)`, Info.magiskVersionString, Info.magiskVersionCode)}"
|
||||
android:textAppearance="?appearanceTextCaptionVariant"
|
||||
tools:text="19.5 (12345)" />
|
||||
|
Reference in New Issue
Block a user