We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d82ef1 + df86999 commit 1152a0eCopy full SHA for 1152a0e
src/org/wordpress/android/ui/notifications/NotificationsListFragment.java
@@ -140,7 +140,8 @@ public void addAll(List<Note> notes){
140
if (notes.size() == 0) {
141
// No more notes available
142
mAllNotesLoaded = true;
143
- mProgressFooterView.setVisibility(View.GONE);
+ if(mProgressFooterView != null)
144
+ mProgressFooterView.setVisibility(View.GONE);
145
} else {
146
Iterator<Note> noteIterator = notes.iterator();
147
while(noteIterator.hasNext()){
0 commit comments