Skip to content

Commit

Permalink
Merge branch 'bug/ios/crashing-when-clientid-is-not-set' into enhance…
Browse files Browse the repository at this point in the history
…ment/ios/linter-warning
  • Loading branch information
ben-xD committed Nov 23, 2021
2 parents 783da05 + 592a42b commit 3ceda28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/src/generated/platform_constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,8 @@ class TxPushRequestPermission {
static const String alert = 'alert';
static const String carPlay = 'carPlay';
static const String criticalAlert = 'criticalAlert';
static const String providesAppNotificationSettings = 'providesAppNotificationSettings';
static const String providesAppNotificationSettings =
'providesAppNotificationSettings';
static const String provisional = 'provisional';
static const String announcement = 'announcement';
}
Expand All @@ -397,7 +398,8 @@ class TxUNNotificationSettings {
static const String alertStyle = 'alertStyle';
static const String showPreviewsSetting = 'showPreviewsSetting';
static const String criticalAlertSetting = 'criticalAlertSetting';
static const String providesAppNotificationSettings = 'providesAppNotificationSettings';
static const String providesAppNotificationSettings =
'providesAppNotificationSettings';
static const String announcementSetting = 'announcementSetting';
static const String scheduledDeliverySetting = 'scheduledDeliverySetting';
static const String timeSensitiveSetting = 'timeSensitiveSetting';
Expand Down

0 comments on commit 3ceda28

Please sign in to comment.