Skip to content

Commit f0defbc

Browse files
committed
fix: set same recovery icon as RN and iOS
1 parent 1a59083 commit f0defbc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
847 Bytes
Loading

app/src/main/res/xml/shortcuts.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
33
<shortcut
44
android:enabled="true"
5-
android:icon="@drawable/ic_settings_backup"
5+
android:icon="@drawable/ic_recovery"
66
android:shortcutId="recovery-mode"
77
android:shortcutShortLabel="@string/security__recovery">
88
<intent

0 commit comments

Comments
 (0)