Skip to content

Commit 0068384

Browse files
ale5000-gitmar-v-in
authored andcommitted
Complete the PR microg#2836
1 parent ff4987f commit 0068384

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

play-services-core/src/main/kotlin/org/microg/gms/auth/consent/ConsentSignInActivity.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ class ConsentSignInActivity : Activity() {
9797
setCookiesAndLoadUrl(consentUrl!!, cookieManager)
9898
}
9999
} else {
100+
cookieManager.removeAllCookie()
100101
setCookiesAndLoadUrl(consentUrl!!, cookieManager)
101102
}
102103
}
@@ -172,4 +173,4 @@ class ConsentSignInActivity : Activity() {
172173
CookieManager.getInstance().removeAllCookie()
173174
}
174175
}
175-
}
176+
}

0 commit comments

Comments
 (0)