Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
even quicker hack to fix mobilemail crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Jun 4, 2013
1 parent 67d7dc6 commit 8b36667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .theos/packages/ws.hbang.typestatus-1.1~beta
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1~beta-137
1.1~beta-139
2 changes: 1 addition & 1 deletion Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ void HBTSLoadPrefs() {

HBTSLoadPrefs();

if (!IN_SPRINGBOARD) {
if (!IN_SPRINGBOARD && ![[NSBundle mainBundle].bundleIdentifier isEqualToString:@"com.apple.mobilemail"]) {
messageServer = [[HBTSMessageServer alloc] init];
}
}];
Expand Down

0 comments on commit 8b36667

Please sign in to comment.