mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 21:33:36 +00:00
make AutofillServiceEnabled public
This commit is contained in:
@@ -501,7 +501,7 @@ namespace Bit.Droid.Services
|
||||
s.Service.ClassName.ToLowerInvariant().Contains("autofill"));
|
||||
}
|
||||
|
||||
private bool AutofillServiceEnabled()
|
||||
public bool AutofillServiceEnabled()
|
||||
{
|
||||
if(Build.VERSION.SdkInt < BuildVersionCodes.O)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user