mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
clear cache and open file on iOS
This commit is contained in:
@@ -77,7 +77,8 @@ namespace Bit.Android
|
||||
Resolver.Resolve<IGoogleAnalyticsService>(),
|
||||
Resolver.Resolve<ILocalizeService>(),
|
||||
Resolver.Resolve<IAppInfoService>(),
|
||||
Resolver.Resolve<IAppSettingsService>()));
|
||||
Resolver.Resolve<IAppSettingsService>(),
|
||||
Resolver.Resolve<IDeviceActionService>()));
|
||||
|
||||
MessagingCenter.Subscribe<Xamarin.Forms.Application>(
|
||||
Xamarin.Forms.Application.Current, "DismissKeyboard", (sender) =>
|
||||
|
||||
Reference in New Issue
Block a user