mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-07 16:33:45 +00:00
Retarget to Android 10 and remove MaterialFrame
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
using Foundation;
|
||||
using UIKit;
|
||||
using Serilog;
|
||||
using Sharpnado.MaterialFrame.iOS;
|
||||
|
||||
namespace qController.iOS
|
||||
{
|
||||
[Register("AppDelegate")]
|
||||
@@ -12,7 +10,6 @@ namespace qController.iOS
|
||||
{
|
||||
global::Xamarin.Forms.Forms.Init();
|
||||
Log.Logger = new LoggerConfiguration().WriteTo.NSLog().MinimumLevel.Debug().CreateLogger();
|
||||
iOSMaterialFrameRenderer.Init();
|
||||
LoadApplication(new App());
|
||||
|
||||
return base.FinishedLaunching(app, options);
|
||||
|
||||
Reference in New Issue
Block a user