Skip to content

Commit

Permalink
Update RegisterActivity.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
anantyan committed Jan 26, 2024
1 parent 4d1b413 commit cd8d068
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class RegisterActivity : AppCompatActivity() {
onToast(
getString(R.string.txt_verify_successfully),
getString(R.string.txt_register_has_beed_success) + "$response",
StyleType.SUCCESS,
StyleType.WARNING,
10000L
)
}
Expand Down

0 comments on commit cd8d068

Please sign in to comment.