Skip to content

Commit

Permalink
[flutter_appauth] specify theme for RedirectUriReceiverActivity (#522)
Browse files Browse the repository at this point in the history
* specify theme for RedirectUriReceiverActivity

* updated changelog entry
  • Loading branch information
MaikuB committed Aug 10, 2024
1 parent b5bf93f commit 992779f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion flutter_appauth/android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.crossingthestreams.flutterappauth">
package="io.crossingthestreams.flutterappauth"
xmlns:tools="http://schemas.android.com/tools">
<application>
<activity android:name="net.openid.appauth.RedirectUriReceiverActivity"
android:theme="@style/Theme.AppCompat.Translucent.NoTitleBar"
tools:replace="android:theme" />
</application>
</manifest>

0 comments on commit 992779f

Please sign in to comment.