Allow drawer pan responder when switching teams (#2823)

This commit is contained in:
Elias Nahum 2019-05-23 12:00:48 -04:00 committed by Miguel Alatzar
parent 7aff7067a9
commit ecfeee78a2

View file

@ -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);