mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
improvement to lock screen
This commit is contained in:
@@ -97,5 +97,11 @@ namespace Bit.Core.Utilities
|
||||
}
|
||||
throw new Exception($"Service {serviceName} is not registered.");
|
||||
}
|
||||
|
||||
public static void Reset()
|
||||
{
|
||||
Inited = false;
|
||||
RegisteredServices.Clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user