Skip to content

Commit

Permalink
Updated Example app.
Browse files Browse the repository at this point in the history
  • Loading branch information
buh committed Dec 16, 2019
1 parent 34f15e6 commit 4c4b74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/Sources/CustomChatViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class CustomChatViewController: ChatViewController {
}))

if !channelPresenter.channel.members.isEmpty && !onlyYou {
alert.addAction(.init(title: "Remove a member", style: .default, handler: { [unowned self] _ in
alert.addAction(.init(title: "Remove a member", style: .destructive, handler: { [unowned self] _ in
self.removeMember()
}))
}
Expand Down

0 comments on commit 4c4b74c

Please sign in to comment.