on Activity Result
open override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?)
Content copied to clipboard
Get result from login intent and show corresponding messages or jump to next Fragment If the resultCode contains an error, show a Toast message that contains the error message. If the response signals that the intent was canceled, show a corresponding toast message. If the response does not contain any errors, measure the System time so that userFinishedTime can be stored in studyUserViewModel. After this, jump to de.tuchemnitz.armadillogin.ui.user.UserOverviewFragment.