forked from melod1n/fast-messenger
reworked chat materials screen and some fixes
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ data class ConversationsScreenState(
|
||||
val isPaginationExhausted: Boolean,
|
||||
val profileImageUrl: String?,
|
||||
val scrollIndex: Int,
|
||||
val scrollOffset: Int
|
||||
val scrollOffset: Int,
|
||||
) {
|
||||
|
||||
companion object {
|
||||
|
||||
-1
@@ -137,7 +137,6 @@ fun ConversationsScreen(
|
||||
setScrollIndex: (Int) -> Unit = {},
|
||||
setScrollOffset: (Int) -> Unit = {}
|
||||
) {
|
||||
val view = LocalView.current
|
||||
val currentTheme = LocalThemeConfig.current
|
||||
|
||||
val maxLines by remember(currentTheme) {
|
||||
|
||||
Reference in New Issue
Block a user