Skip to content

Commit 81f7109

Browse files
committed
Hide loading mask on authentication response
1 parent 631acb6 commit 81f7109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mage/src/main/java/mil/nga/giat/mage/login/LoginActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class LoginActivity : AppCompatActivity() {
187187
findViewById<View>(R.id.progress).visibility = if (state === AuthenticationState.LOADING) {
188188
View.VISIBLE
189189
} else {
190-
View.VISIBLE
190+
View.GONE
191191
}
192192
}
193193

0 commit comments

Comments
 (0)