mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 22:03:27 +00:00
log service
This commit is contained in:
@@ -48,6 +48,7 @@ namespace Bit.Droid
|
||||
|
||||
private void RegisterLocalServices()
|
||||
{
|
||||
ServiceContainer.Register<ILogService>("logService", new AndroidLogService());
|
||||
ServiceContainer.Register("settingsShim", new App.Migration.SettingsShim());
|
||||
if(App.Migration.MigrationHelpers.NeedsMigration())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user