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