codex-team / hawk.android

0 stars 1 forks source link

Feature/hawk-27/add-splash-screen #36

Closed temnik15 closed 3 years ago

temnik15 commented 3 years ago

Created activities for splash screen. The activity checks the freshness of the access token and, if it is valid, redirects to the main screen (MainActivity) otherwise to the authorization screen (LoginActivity). Error events are not handled.