🐛 Fix message jumps in search
This commit is contained in:
@@ -410,7 +410,7 @@ class ChatDetailScreen extends HookConsumerWidget {
|
||||
if (result is SearchMessagesResult) {
|
||||
// Navigate back to room screen with message to jump to
|
||||
if (context.mounted) {
|
||||
context.pop(result.messageId);
|
||||
context.pop(result);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user