1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 05:13:31 +00:00

noop device action service for ios

This commit is contained in:
Kyle Spearrin
2017-11-29 16:28:58 -05:00
parent 6985ccf076
commit d39609351a
3 changed files with 77 additions and 0 deletions

View File

@@ -290,6 +290,7 @@ namespace Bit.iOS.Extension
container.RegisterSingleton<ITokenService, TokenService>();
container.RegisterSingleton<ISettingsService, SettingsService>();
container.RegisterSingleton<IDeviceInfoService, DeviceInfoService>();
container.RegisterSingleton<IDeviceActionService, NoopDeviceActionService>();
container.RegisterSingleton<IAppSettingsService, AppSettingsService>();
// Repositories