Skip to content

Commit 69f13c7

Browse files
committed
Issues with taskAffinity have been fixed!
Fixes #101
1 parent e333b45 commit 69f13c7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

flutter_web_auth_2/android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
package="com.linusu.flutter_web_auth_2">
33

44
<application>
5-
<activity android:name="com.linusu.flutter_web_auth_2.AuthenticationManagementActivity">
6-
</activity>
5+
<activity android:name="com.linusu.flutter_web_auth_2.AuthenticationManagementActivity" />
76
</application>
87

98
<queries>

flutter_web_auth_2/example/android/app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
android:exported="true"
1717
android:hardwareAccelerated="true"
1818
android:launchMode="singleTop"
19+
android:taskAffinity=""
1920
android:theme="@style/LaunchTheme"
2021
android:windowSoftInputMode="adjustResize">
2122
<!-- Specifies an Android theme to apply to this Activity as soon as
@@ -33,7 +34,8 @@
3334

3435
<activity
3536
android:name="com.linusu.flutter_web_auth_2.CallbackActivity"
36-
android:exported="true">
37+
android:exported="true"
38+
android:taskAffinity="">
3739
<intent-filter android:label="flutter_web_auth_2">
3840
<action android:name="android.intent.action.VIEW" />
3941

0 commit comments

Comments
 (0)