mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
add LeakCanary and storage permission back
This commit is contained in:
@ -2,16 +2,17 @@ package com.simplemobiletools.contacts
|
||||
|
||||
import android.app.Application
|
||||
import com.simplemobiletools.commons.extensions.checkUseEnglish
|
||||
import com.squareup.leakcanary.LeakCanary
|
||||
|
||||
class App : Application() {
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
/*if (BuildConfig.DEBUG) {
|
||||
if (BuildConfig.DEBUG) {
|
||||
if (LeakCanary.isInAnalyzerProcess(this)) {
|
||||
return
|
||||
}
|
||||
LeakCanary.install(this)
|
||||
}*/
|
||||
}
|
||||
|
||||
checkUseEnglish()
|
||||
}
|
||||
|
Reference in New Issue
Block a user