Skip to content

Commit 942340a

Browse files
committed
fix: android conflicts
1 parent bb73cdb commit 942340a

File tree

1 file changed

+2
-2
lines changed
  • packages/firebase_database/firebase_database/android/src/main/kotlin/io/flutter/plugins/firebase/database

1 file changed

+2
-2
lines changed

packages/firebase_database/firebase_database/android/src/main/kotlin/io/flutter/plugins/firebase/database/FirebaseDatabasePlugin.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ class FirebaseDatabasePlugin :
458458
return taskCompletionSource.task
459459
}
460460

461-
override fun didReinitializeFirebaseCore(): Task<Void> {
462-
val taskCompletionSource = TaskCompletionSource<Void>()
461+
override fun didReinitializeFirebaseCore(): Task<Void?> {
462+
val taskCompletionSource = TaskCompletionSource<Void?>()
463463

464464
cachedThreadPool.execute {
465465
try {

0 commit comments

Comments
 (0)