diff options
-rw-r--r-- | app/src/main/java/com/zeapo/pwdstore/Application.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/java/com/zeapo/pwdstore/Application.kt b/app/src/main/java/com/zeapo/pwdstore/Application.kt index 166d2b3a..506fff9d 100644 --- a/app/src/main/java/com/zeapo/pwdstore/Application.kt +++ b/app/src/main/java/com/zeapo/pwdstore/Application.kt @@ -21,8 +21,8 @@ class Application : android.app.Application(), SharedPreferences.OnSharedPrefere override fun onCreate() { super.onCreate() - plant(DebugTree()) if (BuildConfig.ENABLE_DEBUG_FEATURES) { + plant(DebugTree()) WhatTheStack(this).init() } prefs = PreferenceManager.getDefaultSharedPreferences(this) |