Callback when window is displayed again

Property definitions

ios :: ui $ App :: after_window_pop
	# 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