You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exit application method is replaced by 'ui_app_exit' (flutter-tizen#3)
The function 'exit(EXIT_SUCCESS)' terminates the calling process
immediately. The better way to exit process is to call 'ui_app_exit'
which invokes the terminate callback on main thread so that the
app can save its current status before exiting.
0 commit comments