Skip to content

Commit

Permalink
sign result button view fix on logout
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Jun 25, 2024
1 parent b04d584 commit 44a3bdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/web3auth/app/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class MainActivity : AppCompatActivity(), AdapterView.OnItemClickListener {
val signOutButton = findViewById<Button>(R.id.signOutButton)
val launchWalletButton = findViewById<Button>(R.id.launchWalletButton)
val signMsgButton = findViewById<Button>(R.id.signMsgButton)
val signResultButton = findViewById<Button>(R.id.signResultButton)
val btnSetUpMfa = findViewById<Button>(R.id.btnSetUpMfa)
val spinner = findViewById<TextInputLayout>(R.id.verifierList)
val hintEmailEditText = findViewById<EditText>(R.id.etEmailHint)
Expand Down Expand Up @@ -154,6 +155,7 @@ class MainActivity : AppCompatActivity(), AdapterView.OnItemClickListener {
btnSetUpMfa.visibility = View.GONE
launchWalletButton.visibility = View.GONE
signMsgButton.visibility = View.GONE
signResultButton.visibility = View.GONE
spinner.visibility = View.VISIBLE
}
}
Expand Down

0 comments on commit 44a3bdd

Please sign in to comment.