RN-249 Fix the hamburger icon opening the drawer when it was closed by swiping to close
This commit is contained in:
parent
3f18238597
commit
ee148e7472
1 changed files with 4 additions and 0 deletions
|
|
@ -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 = () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue