Index: mobile/android/base/BrowserApp.java |
=================================================================== |
--- a/mobile/android/base/BrowserApp.java |
+++ b/mobile/android/base/BrowserApp.java |
@@ -232,9 +232,10 @@ |
private FindInPageBar mFindInPageBar; |
private MediaCastingBar mMediaCastingBar; |
- // Don't show about:feedback automatically in Adblock Browser, see |
- // https://issues.adblockplus.org/ticket/2521 |
- private static final int FEEDBACK_LAUNCH_COUNT = 0; |
+ // We'll ask for feedback after the user launches the app this many times. |
+ // Mozilla did this after 15 times. In Adblock Browser, we prefer to do it |
+ // a bit earlier, see: https://issues.adblockplus.org/ticket/2930. |
+ private static final int FEEDBACK_LAUNCH_COUNT = 5; |
// Stored value of the toolbar height, so we know when it's changed. |
private int mToolbarHeight; |