Whenever I swipe down to refresh, I get a NullPointerException but it's not in my code, rather in the startRefresh() method from SwipeRefreshLayout....
java.lang.NullPointerException at android.widget.TextView.makeNewLayout(TextView...(ViewRootImpl.java:5582) at android.view.Choreographer$CallbackRecord.run(...
at android.view.View.layout(View.java:11432) at android.view.ViewGroup.layout(ViewGroup.java:4232) at android.view.ViewRootImpl.performTraversals(ViewRoot...