You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger.warn(TAG, "Received NULL response intent. Unable to complete authorization.");
73
+
Logger.warn(methodTag, "Received NULL response intent. Unable to complete authorization.");
71
74
Toast.makeText(getApplicationContext(), "Unable to complete authorization as there is no interactive call in progress. This can be due to closing the app while the authorization was in process.", Toast.LENGTH_LONG).show();
Logger.warn(TAG, "Received NULL response intent. Unable to complete authorization.");
95
+
Logger.warn(methodTag, "Received NULL response intent. Unable to complete authorization.");
95
96
Toast.makeText(getApplicationContext(), "Unable to complete authorization as there is no interactive call in progress. This can be due to closing the app while the authorization was in process.", Toast.LENGTH_LONG).show();
0 commit comments