mirror of
https://github.com/bitwarden/android.git
synced 2026-05-24 07:01:26 -05: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