We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb6b11 commit 4506d36Copy full SHA for 4506d36
firebase-database/src/androidMain/kotlin/dev/gitlive/firebase/database/database.kt
@@ -126,7 +126,7 @@ actual open class Query internal constructor(
126
}
127
128
override fun onCancelled(error: com.google.firebase.database.DatabaseError) {
129
- cancel(CancellationException(error.message, error.toException()))
+ close(error.toException())
130
131
132
android.addValueEventListener(listener)
0 commit comments