mirror of
https://github.com/BlueBubblesApp/bluebubbles-app.git
synced 2025-08-06 19:44:08 +08:00
adds artificial delay to fix popscope issue for opening via a notif
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user