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

Unified Diff: mobile/android/app/src/main/res/menu-large-v26/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
« no previous file with comments | « no previous file | mobile/android/app/src/main/res/menu-large/browser_app_menu.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/app/src/main/res/menu-large-v26/browser_app_menu.xml
===================================================================
--- a/mobile/android/app/src/main/res/menu-large-v26/browser_app_menu.xml
+++ b/mobile/android/app/src/main/res/menu-large-v26/browser_app_menu.xml
@@ -109,12 +109,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>
« no previous file with comments | « no previous file | mobile/android/app/src/main/res/menu-large/browser_app_menu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld