mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 01:03:24 +00:00
resolving warnings for obsolete APIs
This commit is contained in:
@@ -96,7 +96,7 @@ namespace Bit.App.Pages
|
||||
}
|
||||
};
|
||||
|
||||
if(Device.OS == TargetPlatform.iOS)
|
||||
if(Device.RuntimePlatform == Device.iOS)
|
||||
{
|
||||
table.RowHeight = -1;
|
||||
table.EstimatedRowHeight = 44;
|
||||
|
||||
Reference in New Issue
Block a user