mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 01:03:24 +00:00
conditionals if device has camera or not
This commit is contained in:
@@ -23,5 +23,6 @@ namespace Bit.iOS.Core.Services
|
||||
}
|
||||
public float Scale => (float)UIScreen.MainScreen.Scale;
|
||||
public bool NfcEnabled => false;
|
||||
public bool HasCamera => true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user