mirror of
https://github.com/bitwarden/mobile
synced 2025-12-29 06:33:53 +00:00
register android push on my vault page too
This commit is contained in:
@@ -28,6 +28,10 @@ namespace Bit.Android.Services
|
||||
{
|
||||
_pushNotificationListener.OnRegistered(registeredToken, Device.Android);
|
||||
}
|
||||
else
|
||||
{
|
||||
_settings.AddOrUpdateValue(Constants.PushLastRegistrationDate, DateTime.UtcNow);
|
||||
}
|
||||
}
|
||||
|
||||
public void Unregister()
|
||||
|
||||
Reference in New Issue
Block a user