Skip to content

Commit

Permalink
fix(Android): android build error incurred from 6.1.0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Poheart committed May 11, 2022
1 parent 99bad98 commit 7d65519
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void flush(Promise promise) {
}

@ReactMethod
public void removeSessionCookies(Promise promise) {
public void removeSessionCookies(final Promise promise) {
try {
getCookieManager().removeSessionCookies(new ValueCallback<Boolean>() {
@Override
Expand Down

0 comments on commit 7d65519

Please sign in to comment.