fix: get notified menu option on all tabs

This commit is contained in:
ThetaDev 2022-10-23 11:28:34 +02:00 committed by Stypox
parent 6d13cf5e71
commit 8627efd0a1
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
4 changed files with 118 additions and 90 deletions

View file

@ -1,14 +0,0 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".fragments.list.impl.ChannelFragment">
<item
android:id="@+id/menu_item_notify"
android:checkable="true"
android:orderInCategory="1"
android:title="@string/get_notified"
android:visible="false"
app:showAsAction="never"
tools:visible="true" />
</menu>