mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-14 22:55:12 +10:00
fix: Remove unnecessary whitespace in keyedMessageIds initialization
This commit is contained in:
@@ -377,7 +377,7 @@ class _ChannelChatScreenState extends State<ChannelChatScreen> {
|
||||
final reversedMessages = messages.reversed.toList();
|
||||
final itemCount =
|
||||
reversedMessages.length + (_isLoadingOlder ? 1 : 0);
|
||||
final keyedMessageIds = <String>{};
|
||||
final keyedMessageIds = <String>{};
|
||||
|
||||
// Auto-scroll to bottom if user is already at bottom
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||
|
||||
Reference in New Issue
Block a user