mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 20:53:25 +00:00
add type to deviceinfo to avoid using XF
This commit is contained in:
@@ -8,6 +8,7 @@ namespace Bit.Android.Services
|
||||
{
|
||||
public class DeviceInfoService : IDeviceInfoService
|
||||
{
|
||||
public string Type => Xamarin.Forms.Device.Android;
|
||||
public string Model => Build.Model;
|
||||
public int Version => (int)Build.VERSION.SdkInt;
|
||||
public float Scale
|
||||
|
||||
Reference in New Issue
Block a user