Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
#877 - Fixing viewDidAppear super call
Browse files Browse the repository at this point in the history
  • Loading branch information
bleege committed Mar 3, 2015
1 parent 3b7af6f commit b697c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/app/MBXViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ - (void)viewDidLoad

- (void)viewDidAppear:(BOOL)animated
{
[super viewWillAppear:animated];
[super viewDidAppear:animated];

self.features = [NSMutableArray array];

Expand Down

0 comments on commit b697c1d

Please sign in to comment.