Skip to content

Commit 3275bd6

Browse files
committed
fix double callback issue on sendEmailVerification
1 parent 39a58c7 commit 3275bd6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

android/src/main/java/io/fullstack/firestack/FirestackAuth.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -354,12 +354,6 @@ public void onComplete(@NonNull Task<Void> task) {
354354
userExceptionCallback(ex, callback);
355355
}
356356
}
357-
})
358-
.addOnFailureListener(new OnFailureListener() {
359-
@Override
360-
public void onFailure(@NonNull Exception ex) {
361-
//userExceptionCallback(ex, callback);
362-
}
363357
});
364358
}
365359

0 commit comments

Comments
 (0)