Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rescue background app #1055

Closed
wants to merge 1 commit into from
Closed

fix: rescue background app #1055

wants to merge 1 commit into from

Conversation

KazuCocoa
Copy link
Member

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request reintroduces the mobileBackgroundApp command that was previously removed. The changes add the background app functionality in the app-management module and update the command mapping to include the new command.

  • Added the mobileBackgroundApp function in lib/commands/app-management.js.
  • Extended the execute method map in lib/execute-method-map.ts to register the new command.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
lib/commands/app-management.js Introduces the mobileBackgroundApp function to put the app in the background and optionally restore it.
lib/execute-method-map.ts Registers the new 'mobile: backgroundApp' command with its corresponding implementation.
@KazuCocoa
Copy link
Member Author

@KazuCocoa KazuCocoa closed this Mar 17, 2025
@KazuCocoa KazuCocoa deleted the background branch March 17, 2025 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant