adds artificial delay to fix popscope issue for opening via a notif

This commit is contained in:
zlshames
2024-08-19 12:52:03 -04:00
parent cbff76249a
commit 5ce2dbed62

View File

@ -218,6 +218,7 @@ class IntentsService extends GetxService {
if (!chatIsOpen) {
Logger.debug("Navigating to conversation view...", tag: "IntentsService");
await StartupTasks.waitForUI();
await Future.delayed(const Duration(milliseconds: 500));
await ns.pushAndRemoveUntil(
Get.context!,
ConversationView(