mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Disabled refresh shortcut
This commit is contained in:
parent
9741bf7955
commit
59b79bac2b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
|
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<shortcut
|
<shortcut
|
||||||
android:enabled="true"
|
android:enabled="false"
|
||||||
android:icon="@drawable/ic_shortcut_refresh"
|
android:icon="@drawable/ic_shortcut_refresh"
|
||||||
android:shortcutId="refresh"
|
android:shortcutId="refresh"
|
||||||
android:shortcutShortLabel="@string/shortcut_refresh">
|
android:shortcutShortLabel="@string/shortcut_refresh">
|
||||||
|
|
Loading…
Reference in a new issue