mirror of
https://github.com/bitwarden/mobile
synced 2025-02-03 11:58:06 +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))
|
else if(uri.StartsWith(App.Constants.AndroidAppProtocol))
|
||||||
{
|
{
|
||||||
CancelNotification(notificationManager, 60000);
|
CancelNotification(notificationManager, 30000);
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user