Skip to content

Commit

Permalink
Fix Channel back button in DemoApp
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-vieira committed Feb 16, 2024
1 parent 7c3ea60 commit 1a20263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DemoApp/StreamChat/Components/DemoChatChannelVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ final class DemoChatChannelVC: ChatChannelVC, UIGestureRecognizerDelegate {
}

@objc private func goBack() {
dismiss(animated: true)
navigationController?.popViewController(animated: true)
}
}

0 comments on commit 1a20263

Please sign in to comment.