diff --git a/app/views/RoomView/index.js b/app/views/RoomView/index.js index 4a4ff924b..b4eeeadd3 100644 --- a/app/views/RoomView/index.js +++ b/app/views/RoomView/index.js @@ -739,7 +739,7 @@ class RoomView extends React.Component { const { room } = this.state; if (rid === this.rid) { Navigation.navigate('RoomsListView'); - showErrorAlert(I18n.t('You_were_removed_from_channel', { channel: RocketChat.getRoomTitle(room) }), I18n.t('Oops')); + !this.isOmnichannel && showErrorAlert(I18n.t('You_were_removed_from_channel', { channel: RocketChat.getRoomTitle(room) }), I18n.t('Oops')); } }