| Index: mobile/android/base/GeckoProfile.java | 
| =================================================================== | 
| --- a/mobile/android/base/GeckoProfile.java | 
| +++ b/mobile/android/base/GeckoProfile.java | 
| @@ -657,11 +657,8 @@ | 
| Log.w(LOGTAG, "Couldn't write times.json.", e); | 
| } | 
|  | 
| -        // Initialize pref flag for displaying the start pane for a new non-webapp profile. | 
| -        if (!mIsWebAppProfile) { | 
| -            final SharedPreferences prefs = GeckoSharedPrefs.forProfile(mApplicationContext); | 
| -            prefs.edit().putBoolean(BrowserApp.PREF_STARTPANE_ENABLED, true).apply(); | 
| -        } | 
| +        // PREF_STARTPANE_ENABLED was set to true for non-webapp profiles here. | 
| +        // In Adblock Browser however, we never want to see the start pane. | 
|  | 
| return profileDir; | 
| } | 
|  |