optimistic update message on send
This commit is contained in:
@@ -179,6 +179,7 @@ fun HomeScreen(onOpenChat: (Long) -> Unit) {
|
||||
picture = userProfile?.asRecord()?.picture,
|
||||
description = userProfile?.asRecord()?.displayName,
|
||||
shape = MaterialShapes.Cookie9Sided.toShape(),
|
||||
modifier = Modifier.fillMaxSize()
|
||||
)
|
||||
}
|
||||
Spacer(modifier = Modifier.size(8.dp))
|
||||
|
||||
Reference in New Issue
Block a user