diff options
Diffstat (limited to 'app/src/main/kotlin/com')
-rw-r--r-- | app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt b/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt index 684c54a4..a11006e2 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt @@ -41,20 +41,11 @@ import org.koin.core.context.startKoin */ class FrostApp : Application() { -// companion object { -// fun refWatcher(c: Context) = (c.applicationContext as FrostApp).refWatcher -// } - -// lateinit var refWatcher: RefWatcher - override fun onCreate() { if (!buildIsLollipopAndUp) { // not supported super.onCreate() return } - -// if (LeakCanary.isInAnalyzerProcess(this)) return -// refWatcher = LeakCanary.install(this) initPrefs() initBugsnag() |