mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
notification closes after 30 seconds in app
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user