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

Unified Diff: mobile/android/base/BrowserApp.java

Issue 4902338544271360: Issue 2521 - Don't show about:feedback automatically (Closed)
Patch Set: Created May 15, 2015, 3:53 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/base/BrowserApp.java
===================================================================
--- a/mobile/android/base/BrowserApp.java
+++ b/mobile/android/base/BrowserApp.java
@@ -222,8 +222,9 @@
private FindInPageBar mFindInPageBar;
private MediaCastingBar mMediaCastingBar;
- // We'll ask for feedback after the user launches the app this many times.
- private static final int FEEDBACK_LAUNCH_COUNT = 15;
+ // Don't show about:feedback automatically in Adblock Browser, see
+ // https://issues.adblockplus.org/ticket/2521
+ private static final int FEEDBACK_LAUNCH_COUNT = 0;
// Stored value of the toolbar height, so we know when it's changed.
private int mToolbarHeight;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld