1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 14:35:45 +00:00

Suppresion flag

This commit is contained in:
Yan Maniez 2019-03-05 01:50:19 +01:00
parent 68dee142af
commit fa06c2e6e2
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ namespace AideDeJeu.Droid
global::Xamarin.Forms.Forms.Init(this, bundle);
SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3());
Xamarin.Forms.Forms.SetFlags("CollectionView_Experimental");
//Xamarin.Forms.Forms.SetFlags("CollectionView_Experimental");
LoadApplication(new App());
}

View file

@ -26,7 +26,7 @@ namespace AideDeJeu.iOS
global::Xamarin.Forms.Forms.Init();
SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_sqlite3());
Xamarin.Forms.Forms.SetFlags("CollectionView_Experimental");
//Xamarin.Forms.Forms.SetFlags("CollectionView_Experimental");
LoadApplication(new App());