Skip to content

Commit

Permalink
chore: Address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed May 8, 2023
1 parent fe5d243 commit 7daa77a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Uno.UI/UI/Xaml/ApplicationActivity.Android.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
using Windows.Security.Authentication.Web;
using Windows.Storage.Pickers;
using Windows.System;
using Windows.UI.Core;
using Windows.UI.ViewManagement;
using Windows.UI.Xaml.Media;
using WinUICoreServices = Uno.UI.Xaml.Core.CoreServices;
Expand Down Expand Up @@ -73,7 +74,7 @@ public override void OnAttachedToWindow()

private void OnSensorOrientationChanged(SimpleOrientationSensor sender, SimpleOrientationSensorOrientationChangedEventArgs args)
{
RaiseConfigurationChanges();
_ = Dispatcher.RunAsync(CoreDispatcherPriority.Normal, RaiseConfigurationChanges);
}

private void OnInputPaneVisibilityChanged(InputPane sender, InputPaneVisibilityEventArgs args)
Expand Down

0 comments on commit 7daa77a

Please sign in to comment.