mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-09-19 13:58:50 +00:00
Fix issue
This commit is contained in:
@@ -44,9 +44,12 @@ class _ConversationRouteState extends State<ConversationRoute> {
|
||||
|
||||
if (_conversation == null) return setError(true);
|
||||
|
||||
|
||||
final conversationName =
|
||||
await ConversationsHelper.getConversationNameAsync(_conversation);
|
||||
|
||||
if(!this.mounted) return null;
|
||||
|
||||
if (conversationName == null) return setError(true);
|
||||
|
||||
setState(() {
|
||||
|
Reference in New Issue
Block a user