|
|
|
@ -4,7 +4,7 @@ using Android.OS;
|
|
|
|
|
|
|
|
|
|
namespace Banquale;
|
|
|
|
|
|
|
|
|
|
[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
|
|
|
|
|
[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation, ScreenOrientation = ScreenOrientation.Portrait)]
|
|
|
|
|
public class MainActivity : MauiAppCompatActivity
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|