mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-26 00:47:43 +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}"
|
||||
layout="@layout/include_update_card"
|
||||
state="@{viewModel.magiskState}"
|
||||
text="@{viewModel.magiskStateText}" />
|
||||
text="@{viewModel.magiskStateText}"
|
||||
viewModel="@{viewModel}" />
|
||||
|
||||
<include
|
||||
android:id="@+id/home_manager_version"
|
||||
@ -95,6 +96,7 @@
|
||||
layout="@layout/include_update_card"
|
||||
state="@{viewModel.managerState}"
|
||||
text="@{viewModel.managerStateText}"
|
||||
viewModel="@{viewModel}"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/margin_generic" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user