🐛 Bug fixes in sign up

This commit is contained in:
2024-07-02 23:26:17 +08:00
parent f1abdad54d
commit 867b024285
3 changed files with 12 additions and 6 deletions

View File

@ -13,6 +13,5 @@ import Flutter
override func applicationDidBecomeActive(_ application: UIApplication) {
application.applicationIconBadgeNumber = 0;
UNUserNotificationCenter.current().removeAllDeliveredNotifications();
}
}