Skip to content

Commit

Permalink
Ashok's fix (#4714)
Browse files Browse the repository at this point in the history
Update AuthenticationAgentActivity.cs

Co-authored-by: Ashok Kumar Ramakrishnan <83938949+ashok672@users.noreply.github.com>
  • Loading branch information
trwalke and ashok672 committed Apr 15, 2024
1 parent 0876d2b commit 413e319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace Microsoft.Identity.Client.Platforms.Android.EmbeddedWebview
{
[Activity(ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize, Exported=true)]
[Activity(ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize, Exported=false)]
internal class AuthenticationAgentActivity : Activity
{
private const string AboutBlankUri = "about:blank";
Expand Down

0 comments on commit 413e319

Please sign in to comment.