Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tag chrome-bot
  • Loading branch information
yaakovschectman committed May 5, 2023
commit a759f41c81ba46c74618bb41772dcd37ee3d7acf
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ - (void)handleMethodCall:(FlutterMethodCall*)call result:(FlutterResult)result {
} else if ([call.method isEqualToString:@"System.exitApplication"]) {
[[self terminationHandler] handleRequestAppExitMethodCall:call.arguments result:result];
} else if ([call.method isEqualToString:@"System.enableApplicationLifecycle"]) {
// TODO: Handle this message to enable exit message listening.
// TODO(chrome-bot): Handle this message to enable exit message listening.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is chrome-bot something I don't yet know about or should this be gspencergoog?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chrome-bot was from the patch generated by the lint failure. It looks like no one is assigned to the open linux PR, but he authored it, so probably.

// https://github.com/flutter/flutter/issues/126033
result(nil);
} else {
Expand Down