Skip to content

Commit 82be302

Browse files
committed
fix error
1 parent 418d736 commit 82be302

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

play-services-core/src/main/java/org/microg/gms/auth/login/LoginActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ private void closeWeb(boolean programmaticAuth) {
307307
String cookies = CookieManager.getInstance().getCookie(programmaticAuth ? PROGRAMMATIC_AUTH_URL : EMBEDDED_SETUP_URL);
308308
String oAuthToken = "";
309309
String userId = "";
310+
String[] temp = cookies.split(";");
310311
for (String ar1 : temp) {
311312
String[] temp1 = ar1.split("=");
312313
if (ar1.trim().startsWith(COOKIE_OAUTH_TOKEN + "=")) {

0 commit comments

Comments
 (0)