Skip to content

Commit e2c94ce

Browse files
committed
remove double callback on userCallback
1 parent a1b16f1 commit e2c94ce

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -547,11 +547,6 @@ public void onComplete(@NonNull Task<GetTokenResult> task) {
547547
userExceptionCallback(ex, callback);
548548
}
549549
}
550-
}).addOnFailureListener(new OnFailureListener() {
551-
@Override
552-
public void onFailure(@NonNull Exception ex) {
553-
userExceptionCallback(ex, callback);
554-
}
555550
});
556551
} else {
557552
callbackNoUser(callback, true);

0 commit comments

Comments
 (0)