Implement option to see removed post.

This commit is contained in:
Hermes Junior
2020-06-12 16:30:56 +02:00
committed by OHermesJunior
parent 99418267c4
commit 1b972aca2e
8 changed files with 149 additions and 3 deletions

View File

@@ -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>