parent
2095f843be
commit
386b9ce5db
1 changed files with 3 additions and 0 deletions
|
@ -416,6 +416,9 @@ public class MenuBuilder {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void startLoadingImages() {
|
private void startLoadingImages() {
|
||||||
|
if (onlinePhotoCardsRow == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
onlinePhotoCards = new ArrayList<>();
|
onlinePhotoCards = new ArrayList<>();
|
||||||
onlinePhotoCardsRow.setProgressCard();
|
onlinePhotoCardsRow.setProgressCard();
|
||||||
execute(new GetImageCardsTask(mapActivity, getLatLon(), getAdditionalCardParams(),
|
execute(new GetImageCardsTask(mapActivity, getLatLon(), getAdditionalCardParams(),
|
||||||
|
|
Loading…
Reference in a new issue