Skip to content

Commit

Permalink
Hide loading mask on authentication response
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanw committed Apr 30, 2024
1 parent 631acb6 commit 81f7109
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class LoginActivity : AppCompatActivity() {
findViewById<View>(R.id.progress).visibility = if (state === AuthenticationState.LOADING) {
View.VISIBLE
} else {
View.VISIBLE
View.GONE
}
}

Expand Down

0 comments on commit 81f7109

Please sign in to comment.