mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
notification closes after 30 seconds in app
This commit is contained in:
parent
29dddd7d62
commit
aa1ed52f64
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ namespace Bit.Android
|
|||
}
|
||||
else if(uri.StartsWith(App.Constants.AndroidAppProtocol))
|
||||
{
|
||||
CancelNotification(notificationManager, 60000);
|
||||
CancelNotification(notificationManager, 30000);
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue