mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-06 12:24:18 +00:00
closer near bottom
This commit is contained in:
+2
-2
@@ -1362,8 +1362,8 @@ fun BoxWithConstraintsScope.FloatingButtons(
|
||||
elapsedOffset += it.size
|
||||
}
|
||||
}
|
||||
|
||||
isNearBottom = (visibleItemsInfo.firstOrNull()?.index ?: 0) < nearBottomIndex
|
||||
|
||||
isNearBottom = (visibleItemsInfo.firstOrNull()?.index ?: 0) <= nearBottomIndex
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user