Почти плавный скрол чата
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package chats.domain.model
|
||||
|
||||
import androidx.compose.runtime.Immutable
|
||||
|
||||
@Immutable
|
||||
data class Chat(
|
||||
val id: String,
|
||||
val type: String,
|
||||
|
||||
Reference in New Issue
Block a user