Closed Tsiuryn closed 1 month ago
If you specify the parameter android:launchMode="singleInstance" in the Android manifest, authorization does not work on Android API 34. However, it works with android:launchMode="singleTop".
Repeated in https://github.com/MaikuB/flutter_appauth/issues/458
If you specify the parameter android:launchMode="singleInstance" in the Android manifest, authorization does not work on Android API 34. However, it works with android:launchMode="singleTop".