TonnyL / PaperPlane

📚 PaperPlane - An Android reading app, including articles from Zhihu Daily, Guokr Handpick and Douban Moment.
Apache License 2.0
1.14k stars 277 forks source link

如果第一次进入应用,且没网,会奔溃 #13

Closed 374901588 closed 7 years ago

374901588 commented 7 years ago

原因出在DoubanMomentFragment第一次进入时因为没网DoubanMomentFragment会弹出一个SnackBar,(该SnackBar是相对于RefreshLayout显示的),但是在fragment_liset布局中缺少父布局CoordinatorLayout,而SnackBar所依赖的view又要在以CoordinatorLayout作为直接父布局,所以会奔溃。

TonnyL commented 7 years ago

感谢,已记录。

TonnyL commented 7 years ago

@374901588 Fixed at version 3.3.0. If there is no other question, I will close this issue.