Allow drawer pan responder when switching teams (#2823)
This commit is contained in:
parent
7aff7067a9
commit
ecfeee78a2
1 changed files with 1 additions and 0 deletions
|
|
@ -306,6 +306,7 @@ export default class DrawerLayout extends Component {
|
|||
if (this.props.onDrawerClose) {
|
||||
telemetry.end(['channel:close_drawer']);
|
||||
this.props.onDrawerClose();
|
||||
this.canClose = true;
|
||||
}
|
||||
|
||||
this._emitStateChanged(IDLE);
|
||||
|
|
|
|||
Loading…
Reference in a new issue