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

Commit

Permalink
Merge pull request #103 from bitstadium/release/4.1.3
Browse files Browse the repository at this point in the history
Release/4.1.3
  • Loading branch information
Benjamin Scholtysik (Reimold) committed Mar 1, 2017
2 parents 6a58dc4 + 43fde2a commit 37ec321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/CrashReporting/BITCrashManager.m
Expand Up @@ -737,6 +737,7 @@ - (void)invokeProcessing {
if (_crashReportUI.nibDidLoadSuccessfully) {
[_crashReportUI askCrashReportDetails];
[_crashReportUI showWindow:self];
[_crashReportUI.window setLevel:NSNormalWindowLevel+1];
[_crashReportUI.window makeKeyAndOrderFront:self];
} else {
[self approveLatestCrashReport];
Expand Down

0 comments on commit 37ec321

Please sign in to comment.