mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 14:35:45 +00:00
Suppresion flag
This commit is contained in:
parent
68dee142af
commit
fa06c2e6e2
2 changed files with 2 additions and 2 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue