Skip to content

Commit a01ddd7

Browse files
committed
Fix build
Change-Id: I81f13f8a573c80f77ff596139fe7589e86d9ee58
1 parent 32fe56e commit a01ddd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

auth/src/test/java/com/firebase/ui/auth/testhelpers/AutoCompleteTask.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ public boolean isSuccessful() {
5959
return mSuccess;
6060
}
6161

62+
@Override
63+
public boolean isCanceled() {
64+
return false;
65+
}
66+
6267
@Override
6368
public TResult getResult() {
6469
if (mSuccess) {

0 commit comments

Comments
 (0)