From f24b13502f0819c81f08461424eacb7ae5199831 Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Fri, 5 May 2023 18:29:06 +0200 Subject: [PATCH] PR labeler test to see how labels behave on App --- src/App/App.xaml.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/App/App.xaml.cs b/src/App/App.xaml.cs index 059159eb7..8a8e9508c 100644 --- a/src/App/App.xaml.cs +++ b/src/App/App.xaml.cs @@ -18,6 +18,12 @@ using Bit.Core.Utilities; using Xamarin.Forms; using Xamarin.Forms.Xaml; + + + + + + [assembly: XamlCompilation(XamlCompilationOptions.Compile)] namespace Bit.App {