Skip to content

Commit

Permalink
We should, ideally, allow apps to start.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhajas committed May 10, 2011
1 parent 95032a5 commit 4ebe95e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -554,11 +554,13 @@ PHACInterface *phacinterface;
-(void)launch
{
[manager removeAllPendingAlertsForBundleIdentifier:[self bundleIdentifier]];
%orig;
}

-(void)activate
{
[manager removeAllPendingAlertsForBundleIdentifier:[self bundleIdentifier]];
%orig;
}

%end
Expand Down

0 comments on commit 4ebe95e

Please sign in to comment.