mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Implement option to see removed post.
This commit is contained in:
committed by
OHermesJunior
parent
99418267c4
commit
1b972aca2e
@@ -80,5 +80,12 @@
|
||||
android:orderInCategory="12"
|
||||
android:title="@string/action_report"
|
||||
app:showAsAction="never"
|
||||
android:visible="false"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_see_removed_view_post_detail_activity"
|
||||
android:orderInCategory="13"
|
||||
android:title="@string/action_see_removed"
|
||||
app:showAsAction="never"
|
||||
android:visible="false" />
|
||||
</menu>
|
||||
</menu>
|
||||
|
Reference in New Issue
Block a user