DownloadFragment: Bring back force clear all menu action

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-02-16 17:59:28 +05:30
parent 2e19eac1c4
commit b3f991b8d7
5 changed files with 19 additions and 1 deletions

View File

@@ -24,4 +24,7 @@
<item
android:id="@+id/action_clear_completed"
android:title="@string/download_clear_finished" />
<item
android:id="@+id/action_force_clear_all"
android:title="@string/download_force_clear_all" />
</menu>