mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
New option in ViewPostDetailFragment: Add to Post Filter. Fix a bug when saving a Post Filter.
This commit is contained in:
@@ -99,4 +99,10 @@
|
||||
android:orderInCategory="15"
|
||||
android:title="@string/action_crosspost"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_add_to_post_filter_view_post_detail_fragment"
|
||||
android:orderInCategory="16"
|
||||
android:title="@string/action_add_to_post_filter"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
|
Reference in New Issue
Block a user