Skip to content

Commit 7d65519

Browse files
authored
fix(Android): android build error incurred from 6.1.0 (#149)
1 parent 99bad98 commit 7d65519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/reactnativecommunity/cookies/CookieManagerModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void flush(Promise promise) {
103103
}
104104

105105
@ReactMethod
106-
public void removeSessionCookies(Promise promise) {
106+
public void removeSessionCookies(final Promise promise) {
107107
try {
108108
getCookieManager().removeSessionCookies(new ValueCallback<Boolean>() {
109109
@Override

0 commit comments

Comments
 (0)