Removed the popup and nav-drawer item relating to developer plans.

This commit is contained in:
Paul Hawke 2017-08-24 22:19:43 -05:00
parent 0c680b06ca
commit 97bbd51e13
6 changed files with 1 additions and 105 deletions

View file

@ -142,10 +142,6 @@ public class CommonsApplication extends Application {
System.setProperty("in.yuvi.http.fluent.PROGRESS_TRIGGER_THRESHOLD", "3.0");
Fresco.initialize(this);
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(
CommonsApplication.getInstance());
// Increase counter by one, starts from 1
prefs.edit().putInt("app_start_counter", prefs.getInt("app_start_counter" ,0) + 1).commit();
//For caching area -> categories
cacheData = new CacheController();