mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Basics for user prefs, logging in, etc
This commit is contained in:
parent
763521aabf
commit
76d78246db
15 changed files with 613 additions and 35 deletions
|
|
@ -4,14 +4,13 @@ import android.app.Application
|
|||
import dagger.hilt.android.HiltAndroidApp
|
||||
|
||||
@HiltAndroidApp
|
||||
class DolphinApplication: Application() {
|
||||
class DolphinApplication : Application() {
|
||||
init {
|
||||
instance = this
|
||||
}
|
||||
|
||||
companion object{
|
||||
companion object {
|
||||
lateinit var instance: DolphinApplication
|
||||
private set
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue