diff --git a/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift index d3ef2000ac..c1b95a8e96 100644 --- a/ios/Runner/AppDelegate.swift +++ b/ios/Runner/AppDelegate.swift @@ -86,8 +86,6 @@ extension AppDelegate { completionHandler() } - UIApplication.shared.applicationIconBadgeNumber = 0 - super.userNotificationCenter(center, didReceive: response, withCompletionHandler: completionHandlerWrapper) if !isCompleted { diff --git a/lib/domain/initial_setting/pill_sheet_group/initial_setting_pill_sheet_group_page.dart b/lib/domain/initial_setting/pill_sheet_group/initial_setting_pill_sheet_group_page.dart index 6150d76cc9..c2b8ed2b8e 100644 --- a/lib/domain/initial_setting/pill_sheet_group/initial_setting_pill_sheet_group_page.dart +++ b/lib/domain/initial_setting/pill_sheet_group/initial_setting_pill_sheet_group_page.dart @@ -95,7 +95,7 @@ class InitialSettingPillSheetGroupPage extends HookConsumerWidget { text: "次へ", onPressed: () async { analytics.logEvent( - name: "next_to_pill_sheet_count"); + name: "next_to_today_pill_number"); Navigator.of(context).push( InitialSettingSelectTodayPillNumberPageRoute .route());