Skip to content

Commit

Permalink
Update chat_list.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sorydima authored Sep 27, 2024
1 parent 20cc5aa commit 7e561c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pages/chat_list/chat_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,8 @@ class ChatListController extends State<ChatList>

// For receiving shared Uris
_intentUriStreamSubscription = linkStream.listen(_processIncomingUris);
if (rechainonlineApp.gotInitialLink == false) {
rechainonlineApp.gotInitialLink = true;
if (rechainonlineChatApp.gotInitialLink == false) {
rechainonlineChatApp.gotInitialLink = true;
getInitialLink().then(_processIncomingUris);
}

Expand Down

0 comments on commit 7e561c8

Please sign in to comment.