Skip to content

Commit

Permalink
fix firebase on logout
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziedelth committed Dec 23, 2024
1 parent ca095b2 commit fe9f62e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ class FirebaseSocialNetwork : AbstractSocialNetwork() {
}

override fun logout() {
if (!isInitialized) return
isInitialized = false
// Do nothing
}

override fun sendEpisodeRelease(episodes: List<EpisodeVariantDto>, mediaImage: ByteArray?) {
Expand Down

0 comments on commit fe9f62e

Please sign in to comment.