update gradle wrapper to version 6.0.1
This commit is contained in:
@ -50,7 +50,10 @@ import org.mosad.seil0.projectlaogai.controller.PreferencesController.Companion.
|
||||
import org.mosad.seil0.projectlaogai.fragments.*
|
||||
import kotlin.system.measureTimeMillis
|
||||
|
||||
// TODO save the current fragment to show it when the app is restarted
|
||||
/**
|
||||
* TODO save the current fragment to show it when the app is restarted
|
||||
* TODO since anko is dead, we should use coroutines
|
||||
*/
|
||||
class MainActivity : AppCompatActivity(), NavigationView.OnNavigationItemSelectedListener {
|
||||
|
||||
private var activeFragment: Fragment = HomeFragment() // the currently active fragment, home at the start
|
||||
|
@ -37,10 +37,6 @@ import kotlin.Exception
|
||||
|
||||
class TCoRAPIController {
|
||||
|
||||
/**
|
||||
* TODO since anko seems dead, we should use coroutines here
|
||||
*/
|
||||
|
||||
companion object {
|
||||
private const val className = "TCoRAPIController"
|
||||
private const val tcorBaseURL = "https://tcor.mosad.xyz"
|
||||
|
Reference in New Issue
Block a user