@ -33,6 +33,12 @@ class LoadMoreView(context: Context) : FrameLayout(context) {
rotate_loading.hide()
}
fun hasMore() {
hasMore = true
tv_text.invisible()
rotate_loading.show()
fun noMore(msg: String? = null) {
hasMore = false