mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 20:53:25 +00:00
use bio strings for native android bio
This commit is contained in:
@@ -378,7 +378,7 @@ namespace Bit.Droid.Services
|
||||
{
|
||||
if(string.IsNullOrWhiteSpace(text))
|
||||
{
|
||||
text = AppResources.BiometricDirection;
|
||||
text = AppResources.BiometricsDirection;
|
||||
}
|
||||
|
||||
var activity = (MainActivity)CrossCurrentActivity.Current.Activity;
|
||||
|
||||
Reference in New Issue
Block a user