Update: 2026-06-14 05:48:58
This commit is contained in:
@@ -211,9 +211,11 @@ class FirebaseMessagesController extends GetxController {
|
||||
if (Platform.isAndroid) {
|
||||
notificationController.showNotification(title, body, 'ding', '');
|
||||
}
|
||||
MyDialog().getDialog(title, body, () {
|
||||
// Empty callback, MyDialog already closes itself using pop().
|
||||
});
|
||||
MyDialog().getChatDialog(
|
||||
title.isNotEmpty ? title : 'message From passenger'.tr,
|
||||
body,
|
||||
() {},
|
||||
);
|
||||
break;
|
||||
|
||||
case 'token change':
|
||||
|
||||
Reference in New Issue
Block a user