[SSE mobile] Fix error in long actions controller

This commit is contained in:
JuliaSvinareva 2021-05-14 15:26:38 +03:00
parent 4c16858a3b
commit 18e9f7441b

View file

@ -62,7 +62,7 @@ const LongActionsController = () => {
action = stackLongActions.get({type: Asc.c_oAscAsyncActionType.Information});
if (action) {
this.setLongActionView(action)
setLongActionView(action)
}
action = stackLongActions.get({type: Asc.c_oAscAsyncActionType.BlockInteraction});