1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-08-19 22:03:36 +02:00

notification closes after 30 seconds in app

This commit is contained in:
Kyle Spearrin 2017-05-31 08:29:58 -04:00
parent 29dddd7d62
commit aa1ed52f64

View File

@ -124,7 +124,7 @@ namespace Bit.Android
}
else if(uri.StartsWith(App.Constants.AndroidAppProtocol))
{
CancelNotification(notificationManager, 60000);
CancelNotification(notificationManager, 30000);
}
break;