Add Remove from history action on details activity

This commit is contained in:
Koitharu
2024-02-18 10:07:42 +02:00
parent 258dbf3dc3
commit 8cc04b0f7a
5 changed files with 26 additions and 1 deletions

View File

@@ -12,4 +12,9 @@
android:icon="@drawable/ic_grid"
android:title="@string/pages" />
<item
android:id="@+id/action_forget"
android:icon="@drawable/ic_delete"
android:title="@string/remove_from_history" />
</menu>