diff --git a/AideDeJeu/AideDeJeuCmd/MockXamarin.cs b/AideDeJeu/AideDeJeuCmd/MockXamarin.cs index f3fff5f2..7a752c06 100644 --- a/AideDeJeu/AideDeJeuCmd/MockXamarin.cs +++ b/AideDeJeu/AideDeJeuCmd/MockXamarin.cs @@ -78,6 +78,8 @@ namespace Tests.Xamarin.Forms.Mocks public string RuntimePlatform { get; set; } + public OSAppTheme RequestedTheme => throw new NotImplementedException(); + public void BeginInvokeOnMainThread(Action action) { if (_invokeOnMainThread == null) @@ -129,6 +131,11 @@ namespace Tests.Xamarin.Forms.Mocks { throw new NotImplementedException(); } + + public Color GetNamedColor(string name) + { + throw new NotImplementedException(); + } } internal class MockDeserializer : IDeserializer diff --git a/Data/library_JoA.db b/Data/library_JoA.db index 76cf573e..2794ebf0 100644 Binary files a/Data/library_JoA.db and b/Data/library_JoA.db differ diff --git a/aidedejeu_flutter/assets/library.db b/aidedejeu_flutter/assets/library.db index 76cf573e..2794ebf0 100644 Binary files a/aidedejeu_flutter/assets/library.db and b/aidedejeu_flutter/assets/library.db differ