Added functionality to jump to talk-tab when app is launched via notification

This commit is contained in:
2023-09-16 17:38:55 +02:00
parent 248483be4e
commit 6d48d299b5
4 changed files with 11 additions and 5 deletions

View File

@ -44,6 +44,7 @@ class NotificationController {
}
static Future<void> onAppOpenedByNotification(RemoteMessage message, BuildContext context) async {
NotificationTasks.navigateToTalk();
NotificationTasks.updateProviders(context);
DebugTile(context).run(() {