liaoinstan / SpringView

🔥 A custom view pull to refresh,support ScrollView,ListView,RecyclerView,WebView and all another views, easy to use
Apache License 2.0
1.93k stars 355 forks source link

DefaultHeader结束下拉刷新时没重置header的文字 #44

Open cr1992 opened 7 years ago

cr1992 commented 7 years ago

onFinishAnim()方法中 应该调用headerTitle.setText("下拉刷新"); 否则header的文字还是"正在刷新"字样 小问题。