Skip to content

Commit

Permalink
fix(Duo): Observe all configuration changes for samples app
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 15, 2021
1 parent 5245ff2 commit 9d35b7b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
using Windows.UI.Core;
using Windows.UI.ViewManagement;
using Microsoft.Identity.Client;
using Uno.UI;

namespace SamplesApp.Droid
{
[Activity(
MainLauncher = true,
ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize | ConfigChanges.UiMode,
ConfigurationChanges = ActivityHelper.AllConfigChanges,
WindowSoftInputMode = SoftInput.AdjustPan | SoftInput.StateHidden
)]
[IntentFilter(
Expand Down

0 comments on commit 9d35b7b

Please sign in to comment.