mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 10:55:55 +03:00
Hide "Make a suggestion" item
Better to make them either in #schildichat-android, or in github issues. Change-Id: Ic3d7b8b032ee902159e2968e175305e8454f54db
This commit is contained in:
parent
625f030f08
commit
e293771dda
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
<item
|
||||
android:id="@+id/menu_home_suggestion"
|
||||
android:icon="@drawable/ic_material_bug_report"
|
||||
android:title="@string/send_suggestion" />
|
||||
android:title="@string/send_suggestion"
|
||||
android:visible="false" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_home_report_bug"
|
||||
|
|
Loading…
Reference in a new issue