Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Apr 4, 2024
1 parent 8c78a0b commit 5c220cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ class ChannelActivity : ComponentActivity() {
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ object ChatManager {
chatLogger.v { "Successfully Connected!" }
isConnected = true
joinDefaultChannels(user.id)
}, onError = {
},
onError = {
chatLogger.e { "Error Connecting! $it" }
isConnected = false
})
}
)
}
}

Expand All @@ -70,4 +72,4 @@ object ChatManager {
chatLogger.e { "Error Joining the General channel $it" }
})
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ internal fun ChatView() {
}
}
}
}
}

0 comments on commit 5c220cd

Please sign in to comment.