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

Fixed showing magisk version when not installed

parent 4292ddd0
......@@ -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)" />
......
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