mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-17 14:08:30 +00:00
Fix D-pad navigation on android 8-
This commit is contained in:
parent
edfd4dcddf
commit
7ae3cd1c43
@ -147,6 +147,7 @@
|
||||
android:enabled="@{viewModel.grantEnabled}"
|
||||
android:text="@string/grant" />
|
||||
|
||||
<requestFocus />
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
@ -35,6 +35,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?selectableItemBackground"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:nextFocusRight="@id/hide_expand_icon"
|
||||
android:onClick="@{item::toggleExpand}">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user