Skip to content

Commit

Permalink
Update Firebase.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Animeboynz committed Sep 21, 2024
1 parent bb27e45 commit 54e6e18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/dev/java/mihon/core/firebase/Firebase.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

import android.content.Context
import eu.kanade.tachiyomi.core.security.SecurityPreferences
import kotlinx.coroutines.CoroutineScope

object Firebase {
fun setup(context: Context, preference: SecurityPreferences) = Unit
fun setup(context: Context, preference: SecurityPreferences, scope: CoroutineScope) = Unit
}

0 comments on commit 54e6e18

Please sign in to comment.