Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharykeeping committed Sep 18, 2024
1 parent 4d5a940 commit 1005314
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/MobileUI/Platforms/Android/MainActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ namespace SSW.Rewards.Mobile;
Android.Content.Intent.CategoryBrowsable
],
DataScheme = "sswrewards", DataHost = "", DataPathPrefix = "/")]
[Activity(Theme = "@style/MyTheme.Splash", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density, ScreenOrientation = ScreenOrientation.Portrait, LaunchMode = LaunchMode.SingleTop)]
[Activity(Theme = "@style/MyTheme.Splash", MainLauncher = true,
ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode |
ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density,
ScreenOrientation = ScreenOrientation.Portrait, LaunchMode = LaunchMode.SingleTop)]
public class MainActivity : MauiAppCompatActivity
{
internal static readonly string Channel_ID = "General";
Expand Down

0 comments on commit 1005314

Please sign in to comment.