Update: 2026-06-26 17:29:23
This commit is contained in:
@@ -80,11 +80,11 @@ class InvitesRewardsController extends GetxController {
|
||||
mySnackbarWarning(response['message'] ?? "Could not add invite".tr);
|
||||
}
|
||||
} else {
|
||||
mySnackeBarError("Network error occurred".tr);
|
||||
mySnackbarError("Network error occurred".tr);
|
||||
}
|
||||
} catch (e) {
|
||||
Navigator.maybeOf(Get.context!)?.pop(); // close loading dialog only
|
||||
mySnackeBarError("Network error occurred".tr);
|
||||
mySnackbarError("Network error occurred".tr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user