Skip to content

Commit

Permalink
Update ChannelActivity.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Apr 4, 2024
1 parent cbe1e0d commit 413ad46
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class ChannelActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
val channelId = intent.getStringExtra(KEY_CHANNEL_ID)!!
actionBar?.hide()

setContent {
ChatTheme {
Expand Down

0 comments on commit 413ad46

Please sign in to comment.