diff --git a/app/components/channel_drawer/channel_drawer.js b/app/components/channel_drawer/channel_drawer.js index 638088f4a..3c30808b2 100644 --- a/app/components/channel_drawer/channel_drawer.js +++ b/app/components/channel_drawer/channel_drawer.js @@ -95,6 +95,10 @@ export default class ChannelDrawer extends PureComponent { InteractionManager.clearInteractionHandle(this.closeLeftHandle); this.closeLeftHandle = null; } + + if (this.state.openDrawer) { + this.setState({openDrawer: false}); + } }; handleDrawerCloseStart = () => {