Skip to content

Commit

Permalink
remove ReactiveUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Azeau committed Oct 15, 2023
1 parent 52f4b75 commit 4962bfe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sample.iOS/AppDelegate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Avalonia.Controls;
using Avalonia.iOS;
using Avalonia.Media;
using Avalonia.ReactiveUI;

namespace AvaloniaGraphControlSample.iOS;

Expand All @@ -17,7 +16,6 @@ public partial class AppDelegate : AvaloniaAppDelegate<App>
protected override AppBuilder CustomizeAppBuilder(AppBuilder builder)
{
return base.CustomizeAppBuilder(builder)
.WithInterFont()
.UseReactiveUI();
.WithInterFont();
}
}
}

0 comments on commit 4962bfe

Please sign in to comment.