mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
reset badge count when activated
This commit is contained in:
@@ -149,6 +149,8 @@ namespace Bit.iOS
|
||||
base.OnActivated(uiApplication);
|
||||
Debug.WriteLine("OnActivated");
|
||||
|
||||
UIApplication.SharedApplication.ApplicationIconBadgeNumber = 0;
|
||||
|
||||
var view = UIApplication.SharedApplication.KeyWindow.ViewWithTag(4321);
|
||||
if(view != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user