Skip to content

Commit

Permalink
fix fdroid build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginder-Singh committed Sep 29, 2024
1 parent 71b3c49 commit 280a910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class FirebaseManagerImpl(private val context: Windscribe) : FirebaseManager {
}

override fun getFirebaseToken(callback: (String?) -> Unit) {
callback(mutableMapOf())
callback(null)
}

override val isPlayStoreInstalled: Boolean
Expand Down

0 comments on commit 280a910

Please sign in to comment.