Added back version checking (and version boxes) after transitioning homepage to MVVM

Fixed several errors caused along the way
This commit is contained in:
Viktor De Pasquale
2019-04-14 11:00:16 +02:00
parent bd00ae8ede
commit 9bb4dfad13
8 changed files with 105 additions and 25 deletions
@@ -20,6 +20,7 @@ import com.topjohnwu.net.Networking
import com.topjohnwu.superuser.Shell
import org.koin.android.ext.koin.androidContext
import org.koin.core.context.startKoin
import timber.log.Timber
import java.util.concurrent.ThreadPoolExecutor
open class App : Application(), Application.ActivityLifecycleCallbacks {
@@ -39,6 +40,8 @@ open class App : Application(), Application.ActivityLifecycleCallbacks {
androidContext(this@App)
modules(koinModules)
}
Timber.plant(Timber.DebugTree())
}
override fun attachBaseContext(base: Context) {