Updated on 2026-08-14

This commit is contained in:
Tangem 2020-09-08 14:35:08 +03:00
parent 6f62e15621
commit 6f4d7d2ce4
11 changed files with 120 additions and 43 deletions

View file

@ -21,6 +21,6 @@ class TapApplication : Application() {
if (BuildConfig.DEBUG) {
Timber.plant(Timber.DebugTree())
}
NetworkConnectivity(store, this)
NetworkConnectivity.createInstance(store, this)
}
}