How to disable “pull to refresh” action and use only indicator?

前端 未结 2 1804
南笙
南笙 2021-02-04 23:21

I enabled \"pull to refresh\" to my project using the SwipeRefreshLayout.

When I move down, appear the loading indicator (material design style). I know, i

2条回答
  •  伪装坚强ぢ
    2021-02-04 23:36

    You don't have to always enable and disable. Just disable once when the view is created and than use setRefreshing.

提交回复
热议问题