Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
remove experimental flag for Fast Renderers
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Nov 28, 2019
1 parent faaf23e commit c65dbd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/src/PopupPluginSample.Droid/MainActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ protected override void OnCreate(Bundle savedInstanceState)
base.OnCreate(savedInstanceState);

global::Rg.Plugins.Popup.Popup.Init(this, savedInstanceState);
global::Xamarin.Forms.Forms.SetFlags("FastRenderers_Experimental");
global::Xamarin.Forms.Forms.Init(this, savedInstanceState);

LoadApplication(new App(new AndroidInitializer()));
Expand Down

0 comments on commit c65dbd9

Please sign in to comment.