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