3
0
mirror of https://github.com/britzl/monarch.git synced 2025-06-27 10:27:49 +02:00

A screen added with no_stack should not manipulate the stack when hidden

This commit is contained in:
Björn Ritzl 2021-08-19 14:53:05 +02:00
parent d3799a93ff
commit c75b1b0044

View File

@ -795,7 +795,7 @@ function M.show(id, options, data, cb)
-- show screen
local cb = callbacks.track()
show_in(screen, top, options and options.reload, add_to_stack, DO_NOT_WAIT_FOR_TRANSITION, function()
if top and not top.popup then
if add_to_stack and top and not top.popup then
show_out(top, screen, WAIT_FOR_TRANSITION, callbacks.track())
end
cb()