PullToRefresh: use setMode() to restore mode in onRestoreInstanceState()
When restoring a mode != DISABLED with the current mode being DISABLED the header and/or footer layout weren't added to the view. That's why we now call setMode() instead of setting mMode directly.
Loading
Please register or sign in to comment