mirror of
https://github.com/bitwarden/mobile
synced 2025-01-24 07:25:05 +01:00
notification closes after 30 seconds in app
This commit is contained in:
parent
29dddd7d62
commit
aa1ed52f64
@ -124,7 +124,7 @@ namespace Bit.Android
|
||||
}
|
||||
else if(uri.StartsWith(App.Constants.AndroidAppProtocol))
|
||||
{
|
||||
CancelNotification(notificationManager, 60000);
|
||||
CancelNotification(notificationManager, 30000);
|
||||
}
|
||||
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user