Commit 643999e8 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update TwoFAFragment.kt

parent 8cf42aac
......@@ -91,7 +91,7 @@ class TwoFAFragment : Fragment(), TwoFAView {
progress = null
}
override fun onLoginError(message: String?) {
override fun showMessage(message: String) {
// TODO - show a proper error message
Toast.makeText(activity, message, Toast.LENGTH_LONG).show()
}
......
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