Skip to content

Commit

Permalink
Do you ever delete a line of code by accident? Me too
Browse files Browse the repository at this point in the history
  • Loading branch information
mergesort committed Feb 16, 2015
1 parent 1a0919d commit c0976c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AdvertisementViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ - (void)openApp
self.loadedStoreKitItemBlock = ^{
setTitle(originalTitle);
};

[self presentStoreKitItemWithIdentifier:self.storeIdentifier];
}

- (void)dismissAdViewControllerAnimated:(BOOL)flag completion:(void (^)(void))completion
Expand Down

0 comments on commit c0976c5

Please sign in to comment.