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
there is 3 text sentences appears when we call this object RefreshHeaderView
private lateinit var textBelowThreshold: CharSequence
private lateinit var textAboveThreshold: CharSequence
private lateinit var textRefreshing: CharSequence
can you add simple check to the library, to show/hide it by request? in case of idea to hide the sentence
by example, something like this public function:
fun toggleTextAppear(toggle Boolean) {
_showHide = toggle
}
and variable _showHide will show or hide that text
The text was updated successfully, but these errors were encountered:
<com.todou.nestrefresh.RefreshHeaderView
there is 3 text sentences appears when we call this object RefreshHeaderView
can you add simple check to the library, to show/hide it by request?
in case of idea to hide the sentence
by example, something like this public function:
fun toggleTextAppear(toggle Boolean) {
_showHide = toggle
}
and variable _showHide will show or hide that text
The text was updated successfully, but these errors were encountered: