You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this library as per the code you've provided in the README. Here's how I'm using it..
LoginFragment....
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
bindProgressButton(btnLogin)
btnLogin.attachTextChangeAnimator()
btnLogin.setOnClickListener {
btnLogin.showProgress {
buttonTextRes = R.string.signing_user_in
progressColor = Color.WHITE
}
api.performLogin(username, password)...
// Async call which runs a handler OnComplete in which I'm calling btnLogin.hideProgress(R.string.action_sign_in)
}
...
...
}
However the loading bar freezes. Why do you think this is happened? Am I doing it wrong? Also, I noticed that the text became uppercase which is pretty much bad! Here's a recording: https://youtu.be/FTSd1FnSRP4
The text was updated successfully, but these errors were encountered:
I'm using this library as per the code you've provided in the README. Here's how I'm using it..
LoginFragment....
However the loading bar freezes. Why do you think this is happened? Am I doing it wrong? Also, I noticed that the text became uppercase which is pretty much bad! Here's a recording:
https://youtu.be/FTSd1FnSRP4
The text was updated successfully, but these errors were encountered: