diff --git a/flutter_appauth/android/src/main/java/io/crossingthestreams/flutterappauth/FlutterAppauthPlugin.java b/flutter_appauth/android/src/main/java/io/crossingthestreams/flutterappauth/FlutterAppauthPlugin.java index d7d8a3a..f888e69 100644 --- a/flutter_appauth/android/src/main/java/io/crossingthestreams/flutterappauth/FlutterAppauthPlugin.java +++ b/flutter_appauth/android/src/main/java/io/crossingthestreams/flutterappauth/FlutterAppauthPlugin.java @@ -580,7 +580,8 @@ private void performEndSessionRequest( private AuthorizationService getAuthorizationService() { if (insecureAuthorizationService == null || defaultAuthorizationService == null) { - // There have been some reported instances where the services have been disposed but they're still needed e.g. to refresh token + // There have been some reported instances where the services have been disposed but they're + // still needed e.g. to refresh token createAuthorizationServices(); } AuthorizationService authorizationService =