Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
android webview fix (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Aug 8, 2019
1 parent 0a4745c commit 2933e9a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@
using System.Globalization;
using Android.App;
using Android.Content;
using Android.Content.PM;
using Android.OS;
using Android.Webkit;
using Android.Widget;
using Microsoft.Identity.Core.Helpers;

namespace Microsoft.Identity.Core.UI.EmbeddedWebview
{
[Activity(Label = "Sign in")]
[Activity(Label = "Sign in", ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize)]
internal class AuthenticationAgentActivity : Activity
{
private const string AboutBlankUri = "about:blank";
Expand Down

0 comments on commit 2933e9a

Please sign in to comment.