Skip to content

Commit

Permalink
Utilized the normal request focus.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Dean committed Feb 2, 2024
1 parent 967ce9d commit a9b2643
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class EditShippingLabelAddressFragment :
if (!isViewVisibleInScrollView(binding.scrollView, errorView)) {
binding.scrollView.postDelayed({
binding.scrollView.smoothScrollTo(0, errorView.top)
errorView.editText?.requestFocusFromTouch()
errorView.editText?.requestFocus()
}, ERROR_SCROLL_DELAY)
}
}
Expand Down

0 comments on commit a9b2643

Please sign in to comment.