app :: App :: after_window_pop
window
is displayed again
# Callback when `window` is displayed again
private fun after_window_pop
do
if not manual_pop then window_stack.pop
manual_pop = false
window.on_resume
end
lib/ios/ui/ui.nit:150,2--156,4