mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-26 13:17:39 +00:00
Fixed touch events on includes not being propagated due to missing viewModel
This commit is contained in:
parent
796c16237d
commit
36e4ccd800
@ -84,7 +84,8 @@
|
|||||||
latestVersion="@{viewModel.magiskLatestVersion}"
|
latestVersion="@{viewModel.magiskLatestVersion}"
|
||||||
layout="@layout/include_update_card"
|
layout="@layout/include_update_card"
|
||||||
state="@{viewModel.magiskState}"
|
state="@{viewModel.magiskState}"
|
||||||
text="@{viewModel.magiskStateText}" />
|
text="@{viewModel.magiskStateText}"
|
||||||
|
viewModel="@{viewModel}" />
|
||||||
|
|
||||||
<include
|
<include
|
||||||
android:id="@+id/home_manager_version"
|
android:id="@+id/home_manager_version"
|
||||||
@ -95,6 +96,7 @@
|
|||||||
layout="@layout/include_update_card"
|
layout="@layout/include_update_card"
|
||||||
state="@{viewModel.managerState}"
|
state="@{viewModel.managerState}"
|
||||||
text="@{viewModel.managerStateText}"
|
text="@{viewModel.managerStateText}"
|
||||||
|
viewModel="@{viewModel}"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="@dimen/margin_generic" />
|
android:layout_marginTop="@dimen/margin_generic" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user