parent
386b9ce5db
commit
965d60aadb
1 changed files with 3 additions and 1 deletions
|
@ -436,7 +436,9 @@ public class MenuBuilder {
|
|||
if (cardList.size() == 0) {
|
||||
cards.add(new NoImagesCard(mapActivity));
|
||||
}
|
||||
onlinePhotoCardsRow.setCards(cards);
|
||||
if (onlinePhotoCardsRow != null) {
|
||||
onlinePhotoCardsRow.setCards(cards);
|
||||
}
|
||||
onlinePhotoCards = cards;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue