The application will enter the foreground

Called as part of the transition from the background to the inactive state.

Redef to undo changes made on entering the background.

Property definitions

ios :: app $ App :: will_enter_foreground
	# The application will enter the foreground
	#
	# Called as part of the transition from the background to the
	# inactive state.
	#
	# Redef to undo changes made on entering the background.
	fun will_enter_foreground do on_restart
lib/ios/app.nit:175,2--181,40