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.94k stars 355 forks source link

问些问题,怎么解决? #12

Open GameDT opened 8 years ago

GameDT commented 8 years ago

一直拉着SpringView不放,在SpringView中的UI发生变化的时候,比如ImageView.setVisibility(View.GONE);然后过段时间再ImageView.setVisibility(View.VISIBLE);UI界面没有得到更新,然后我从其他Fragmnt在切换回来的时候,又正常显示所有数据。 我是在Fragment中使用的SpringView。