aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-02-08 11:59:43 -0800
committerAllan Wang <me@allanwang.ca>2020-02-08 11:59:43 -0800
commit9be02fb408ebcb5cea8c06bf0c9d0658f4a3237f (patch)
tree3e746e7a4ee385cd9f2b3519752117ea51f254e9 /app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
parenta785dcebc19b3faa978d04f392df324621ea4502 (diff)
downloadfrost-9be02fb408ebcb5cea8c06bf0c9d0658f4a3237f.tar.gz
frost-9be02fb408ebcb5cea8c06bf0c9d0658f4a3237f.tar.bz2
frost-9be02fb408ebcb5cea8c06bf0c9d0658f4a3237f.zip
Update versions
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt9
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()