Removed explicit type argument
This commit is contained in:
@@ -107,7 +107,7 @@ private fun ChatsScreen(navController: NavController, aor: String) {
|
|||||||
val ctx = LocalContext.current
|
val ctx = LocalContext.current
|
||||||
val lifecycleOwner = LocalLifecycleOwner.current
|
val lifecycleOwner = LocalLifecycleOwner.current
|
||||||
|
|
||||||
val uaMessages: MutableState<List<Message>> = remember { mutableStateOf(emptyList<Message>()) }
|
val uaMessages: MutableState<List<Message>> = remember { mutableStateOf(emptyList()) }
|
||||||
|
|
||||||
DisposableEffect(lifecycleOwner) {
|
DisposableEffect(lifecycleOwner) {
|
||||||
val observer = LifecycleEventObserver { _, event ->
|
val observer = LifecycleEventObserver { _, event ->
|
||||||
|
|||||||
Reference in New Issue
Block a user