on Activity Result
open override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?)
Content copied to clipboard
Get result from registration intent and jump to RegisterErrorFragment or RegisterFinishedFragment.
If the register response contains errors, jump to RegisterErrorFragment. If the response signals that the intent was canceled, show a corresponding toast message. If the response shows no errors, jump to RegisterFinishedFragment.