mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 05:25:08 +01:00
Fixed remove downloads option escaping the overflow menu
This commit is contained in:
parent
2ce8f544f3
commit
ea0b4c2bc3
@ -52,9 +52,8 @@
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/action_remove_downloads"
|
||||
android:icon="@drawable/ic_file_download_white_24dp"
|
||||
android:title="@string/remove_downloads"
|
||||
app:showAsAction="ifRoom">
|
||||
app:showAsAction="never">
|
||||
<menu>
|
||||
<item
|
||||
android:id="@+id/remove_all"
|
||||
|
Loading…
Reference in New Issue
Block a user