Skip to content

Commit

Permalink
disable install to recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
programminghoch10 committed Feb 10, 2024
1 parent 420b4f5 commit 394f49c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_install_md2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@
<CheckBox
style="@style/WidgetFoundation.Checkbox"
gone="@{Info.ramdisk}"
android:enabled="false"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:checked="@={Config.recovery}"
android:checked="false"
android:text="@string/recovery_mode"
app:tint="?colorPrimary" />

Expand Down

0 comments on commit 394f49c

Please sign in to comment.