mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
storage services
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Bit.iOS
|
||||
// User Interface of the application, as well as listening (and optionally responding) to
|
||||
// application events from iOS.
|
||||
[Register("AppDelegate")]
|
||||
public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate
|
||||
public partial class AppDelegate : Xamarin.Forms.Platform.iOS.FormsApplicationDelegate
|
||||
{
|
||||
//
|
||||
// This method is invoked when the application has loaded and is ready to run. In this
|
||||
@@ -22,7 +22,7 @@ namespace Bit.iOS
|
||||
//
|
||||
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
|
||||
{
|
||||
global::Xamarin.Forms.Forms.Init();
|
||||
Xamarin.Forms.Forms.Init();
|
||||
LoadApplication(new App.App());
|
||||
|
||||
return base.FinishedLaunching(app, options);
|
||||
|
||||
Reference in New Issue
Block a user