mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
resolving warnings for obsolete APIs
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Bit.App.Pages
|
||||
|
||||
protected override bool OnBackButtonPressed()
|
||||
{
|
||||
if(Device.OS == TargetPlatform.Android)
|
||||
if(Device.RuntimePlatform == Device.Android)
|
||||
{
|
||||
MessagingCenter.Send(Application.Current, "BackgroundApp");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user