Skip to content

Commit

Permalink
- fix syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Jan 12, 2022
1 parent 97a812a commit 6533668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Compatibility/Core/src/Android/ViewRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ protected ViewRenderer(Context context) : base(context)

protected virtual TNativeView CreateNativeControl()
{
this.SetNativeControl
return default(TNativeView);
}

Expand Down
4 changes: 2 additions & 2 deletions src/Compatibility/Core/src/AppHostBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
using Microsoft.Maui.Graphics;
using Microsoft.Maui.Hosting;
using Microsoft.Maui.LifecycleEvents;
using Microsoft.Maui.Controls.Handlers.Compatibility;

#if __ANDROID__
#if ANDROID
using Microsoft.Maui.Controls.Handlers.Compatibility;
using Microsoft.Maui.Controls.Compatibility.Platform.Android;
using Microsoft.Maui.Controls.Compatibility.Platform.Android.AppCompat;
using Microsoft.Maui.Graphics.Native;
Expand Down

0 comments on commit 6533668

Please sign in to comment.