Skip to content

Commit

Permalink
Add feature to queued features until all queued features are added to…
Browse files Browse the repository at this point in the history
… map (#485)
  • Loading branch information
mfazekas authored and kristfal committed Oct 22, 2019
1 parent 523ad3b commit 88ad99a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public void addFeature(View childView, int childPosition) {
}

if (feature != null) {
if (mMap != null) {
if (mQueuedFeatures == null) {
feature.addToMap(this);
mFeatures.add(childPosition, feature);
} else {
Expand Down

0 comments on commit 88ad99a

Please sign in to comment.