[add] function implementation
This commit is contained in:
13
app/src/main/java/com/acitelight/aether/Global.kt
Normal file
13
app/src/main/java/com/acitelight/aether/Global.kt
Normal file
@@ -0,0 +1,13 @@
|
||||
package com.acitelight.aether
|
||||
|
||||
import androidx.compose.runtime.getValue
|
||||
import androidx.compose.runtime.mutableStateOf
|
||||
import androidx.compose.runtime.setValue
|
||||
import com.acitelight.aether.model.Video
|
||||
|
||||
object Global {
|
||||
var videoName: String = ""
|
||||
var videoClass: String = ""
|
||||
var loggedIn by mutableStateOf(false)
|
||||
var video: Video? = null
|
||||
}
|
||||
Reference in New Issue
Block a user