1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-09 03:53:15 +00:00

[SG-703] Login request is not removed after dismissing push notification (#2134)

* [SG-703] Added category to iOS notifications in order to be able to receive dismiss actions

* [SG-703] PR Fix
This commit is contained in:
André Bispo
2022-10-14 17:35:17 +01:00
committed by GitHub
parent 6c404c8229
commit c7e9f30a9a
2 changed files with 9 additions and 1 deletions

View File

@@ -32,6 +32,8 @@
public static string RememberedOrgIdentifierKey = "rememberedOrgIdentifier";
public const string PasswordlessNotificationId = "26072022";
public const string AndroidNotificationChannelId = "general_notification_channel";
public const string iOSNotificationCategoryId = "dismissableCategory";
public const string iOSNotificationClearActionId = "Clear";
public const string NotificationData = "notificationData";
public const string NotificationDataType = "Type";
public const int SelectFileRequestCode = 42;