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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user