fix: r8 broke workmanager
This commit is contained in:
@@ -29,7 +29,7 @@ class GudariWalletApplication : Application(), Configuration.Provider {
|
||||
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
NotificationHelper.createChannels(this) // moved from MainActivity
|
||||
NotificationHelper.createChannels(this)
|
||||
if (BuildConfig.DEBUG) {
|
||||
Timber.plant(Timber.DebugTree())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user