Skip to content

Commit 77f7d7d

Browse files
authored
fix: remove multiple callback invocation (#15)
1 parent dae2775 commit 77f7d7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/rn/ecc/ECCModule.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ public void hasKey(String publicKeyString, Callback function) {
165165
function.invoke(ex.toString(), null);
166166
return;
167167
}
168-
function.invoke(null, false);
169168
}
170169

171170
public KeyStore.Entry getEntry (String publicKeyString) throws GeneralSecurityException, IOException {

0 commit comments

Comments
 (0)