mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-10-29 11:49:33 +00:00
Fix 'move to top' being shown on all multi-select screens (#7883)
This commit is contained in:
parent
e32dbaeb31
commit
c4dc0ae9ee
@ -45,11 +45,13 @@
|
||||
<item
|
||||
android:id="@+id/move_to_top_item"
|
||||
android:icon="@drawable/ic_arrow_full_up"
|
||||
android:title="@string/move_to_top_label" />
|
||||
android:title="@string/move_to_top_label"
|
||||
android:visible="false" />
|
||||
|
||||
<item
|
||||
android:id="@+id/move_to_bottom_item"
|
||||
android:icon="@drawable/ic_arrow_full_down"
|
||||
android:title="@string/move_to_bottom_label" />
|
||||
android:title="@string/move_to_bottom_label"
|
||||
android:visible="false" />
|
||||
|
||||
</menu>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user