Skip to content

Commit

Permalink
fix: Disable exported flag for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jan 28, 2022
1 parent 0ed322c commit ff3e52d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SamplesApp/SamplesApp.Droid/MainActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
namespace SamplesApp.Droid
{
[Activity(
#if DEBUG // Disabled because of https://github.com/xamarin/xamarin-android/issues/6463
Exported = true,
#endif
MainLauncher = true,
ConfigurationChanges = global::Uno.UI.ActivityHelper.AllConfigChanges,
WindowSoftInputMode = SoftInput.AdjustPan | SoftInput.StateHidden
Expand Down

0 comments on commit ff3e52d

Please sign in to comment.