Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/app/src/main/res/menu-xlarge/browser_app_menu.xml

Issue 29670627: Issue 6282 - Help option is being shown (Closed)
Patch Set: Created Jan. 16, 2018, 5:39 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/app/src/main/res/menu-xlarge/browser_app_menu.xml
===================================================================
--- a/mobile/android/app/src/main/res/menu-xlarge/browser_app_menu.xml
+++ b/mobile/android/app/src/main/res/menu-xlarge/browser_app_menu.xml
@@ -118,13 +118,14 @@
<item android:id="@+id/char_encoding"
android:visible="false"
android:title="@string/char_encoding"/>
<item android:id="@+id/settings"
android:title="@string/settings" />
+ <!-- Hiding help. See https://issues.adblockplus.org/ticket/6278 -->
<item android:id="@+id/help"
android:visible="false"
android:title="@string/help_menu" />
</menu>

Powered by Google App Engine
This is Rietveld