Commit 2760f3e9 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update toast duration.

parent 220f8a0d
......@@ -293,7 +293,7 @@ class LoginFragment : Fragment(), LoginView {
}
override fun alertRequiresUsername() {
showMessage(getString(R.string.msg_requires_username))
showToast(getString(R.string.msg_requires_username), Toast.LENGTH_LONG)
}
override fun alertNotRecommendedVersion() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment