diff options
author | Allan Wang <me@allanwang.ca> | 2020-02-18 00:59:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-18 00:59:18 -0800 |
commit | 4d5aaf541dbfa7d521ebbc5f011a642c83c4b9c5 (patch) | |
tree | 76b340fe12c674191be56f951bd8847a066503bb /app/src/main/kotlin/com | |
parent | bed9c89993d7a0a8cd37b24c3afb492c1c1ea992 (diff) | |
parent | 0fb77fc887c1754573e7b34ea1c01b4b3556f62f (diff) | |
download | frost-4d5aaf541dbfa7d521ebbc5f011a642c83c4b9c5.tar.gz frost-4d5aaf541dbfa7d521ebbc5f011a642c83c4b9c5.tar.bz2 frost-4d5aaf541dbfa7d521ebbc5f011a642c83c4b9c5.zip |
Merge pull request #1644 from AllanWang/versions
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() |