diff options
author | Allan Wang <me@allanwang.ca> | 2020-02-08 11:59:43 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-02-08 11:59:43 -0800 |
commit | 9be02fb408ebcb5cea8c06bf0c9d0658f4a3237f (patch) | |
tree | 3e746e7a4ee385cd9f2b3519752117ea51f254e9 /app/src/main/kotlin/com | |
parent | a785dcebc19b3faa978d04f392df324621ea4502 (diff) | |
download | frost-9be02fb408ebcb5cea8c06bf0c9d0658f4a3237f.tar.gz frost-9be02fb408ebcb5cea8c06bf0c9d0658f4a3237f.tar.bz2 frost-9be02fb408ebcb5cea8c06bf0c9d0658f4a3237f.zip |
Update versions
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() |