[SSE mobile] Fix error in long actions controller
This commit is contained in:
parent
4c16858a3b
commit
18e9f7441b
|
@ -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});
|
||||
|
|
Loading…
Reference in a new issue