Authored by Justin R. Miller

Merge pull request #142 from 415bike/develop

Add missing super call to `layoutSubviews` in RMMapView
@@ -479,6 +479,8 @@ @@ -479,6 +479,8 @@
479 { 479 {
480 self.viewControllerPresentingAttribution = nil; 480 self.viewControllerPresentingAttribution = nil;
481 } 481 }
  482 +
  483 + [super layoutSubviews];
482 } 484 }
483 485
484 - (void)removeFromSuperview 486 - (void)removeFromSuperview