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 353 forks source link

SpringView.setEnable(false) 依然還是 執行 onRefresh() onLoadmore() #25

Open Samsu7609 opened 8 years ago

Samsu7609 commented 8 years ago

您好 我的問題是 SpringView.setEnable(false) 還是會執行onRefresh() onLoadmore()

<.SpringView android:layout_width="match_parent" android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior">

    <android.support.v7.widget.RecyclerView
        android:id="@+id/missionRecyclerView"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</com.liaoinstan.springview.widget.SpringView>

謝謝您提供這麼美的控件