new backend 29-04-2026

This commit is contained in:
Hamza-Ayed
2026-04-30 01:42:57 +03:00
parent b92db3bb39
commit 4385ef5a99
20 changed files with 796 additions and 708 deletions

View File

@@ -177,7 +177,7 @@ class FirebaseMessagesController extends GetxController {
notificationController.showNotification(title, body, 'ding', '');
}
MyDialog().getDialog(title, body, () {
Get.back();
// Empty callback, MyDialog already closes itself using pop().
});
break;
@@ -202,7 +202,7 @@ class FirebaseMessagesController extends GetxController {
style: AppStyle.title,
),
() {
Get.back();
// Navigator.pop(Get.context!);
},
);
update();