mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-26 13:27:47 +00:00
Removed hiding advanced settings when no root is detected
This change was made in order to allow proper adjustment of boot image
This commit is contained in:
parent
f392afe87f
commit
fc26de48b2
@ -110,12 +110,10 @@
|
|||||||
|
|
||||||
<View
|
<View
|
||||||
style="@style/Widget.Divider.Horizontal"
|
style="@style/Widget.Divider.Horizontal"
|
||||||
gone="@{!viewModel.hasRoot}"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_margin="@dimen/margin_generic" />
|
android:layout_margin="@dimen/margin_generic" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
gone="@{!viewModel.hasRoot}"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:animateLayoutChanges="true"
|
android:animateLayoutChanges="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user