Skip to content

Commit

Permalink
disable patch boot and install to inactive slot buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
binarynoise authored and github-actions[bot] committed Sep 5, 2023
1 parent 8759acf commit 4e55ead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/fragment_install_md2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@

<RadioButton
android:id="@+id/method_patch"
android:enabled="false"
style="@style/WidgetFoundation.RadioButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand All @@ -200,6 +201,7 @@

<RadioButton
android:id="@+id/method_inactive_slot"
android:enabled="false"
style="@style/WidgetFoundation.RadioButton"
gone="@{viewModel.noSecondSlot}"
android:layout_width="match_parent"
Expand Down

0 comments on commit 4e55ead

Please sign in to comment.