Skip to content

Commit

Permalink
Update src/platform_impl/apple/appkit/app_state.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Chibisov <[email protected]>
  • Loading branch information
nicoburns and kchibisov authored Oct 23, 2024
1 parent b4477b5 commit 0dc8519
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/platform_impl/apple/appkit/app_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ impl AppState {
trace_scope!("NSApplicationDidFinishLaunchingNotification");
self.is_launched.set(true);



let app = NSApplication::sharedApplication(self.mtm);
// We need to delay setting the activation policy and activating the app
// until `applicationDidFinishLaunching` has been called. Otherwise the
Expand Down

0 comments on commit 0dc8519

Please sign in to comment.