mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 11:43:49 +00:00
resolving warnings for obsolete APIs
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Bit.App.Controls
|
||||
{
|
||||
public ExtendedEntry()
|
||||
{
|
||||
if(Device.OS == TargetPlatform.Android)
|
||||
if(Device.RuntimePlatform == Device.Android)
|
||||
{
|
||||
PlaceholderColor = Color.FromHex("c7c7cd");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user