Rescan access node before transaction
This commit is contained in:
parent
2e1f54c56f
commit
0e86863c34
@ -580,10 +580,10 @@ local PAGES = {
|
|||||||
state.height,
|
state.height,
|
||||||
state.width,
|
state.width,
|
||||||
function()
|
function()
|
||||||
|
state.node:rescan()
|
||||||
state:itemTransaction(function()
|
state:itemTransaction(function()
|
||||||
group:transferTo(state.node, pageState.request)
|
group:transferTo(state.node, pageState.request)
|
||||||
end)
|
end)
|
||||||
state.node:rescan()
|
|
||||||
state:setPage("MAIN")
|
state:setPage("MAIN")
|
||||||
return true
|
return true
|
||||||
end,
|
end,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user