Skip to content

Commit 72a17c6

Browse files
committed
fix #482, do not show the "Remove done items" at checklists as an icon
1 parent 4873fed commit 72a17c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/res/menu/menu.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@
3838
app:showAsAction="ifRoom" />
3939
<item
4040
android:id="@+id/remove_done_items"
41-
android:icon="@drawable/ic_delete_vector"
4241
android:title="@string/remove_done_items"
43-
app:showAsAction="ifRoom" />
42+
app:showAsAction="never" />
4443
<item
4544
android:id="@+id/sort_checklist"
4645
android:icon="@drawable/ic_sort_vector"

0 commit comments

Comments
 (0)