[go: up one dir, main page]

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

Sharing is not implemented on the Console screen #98

Open
npu3pak opened this issue Oct 16, 2024 · 1 comment · May be fixed by #107
Open

Sharing is not implemented on the Console screen #98

npu3pak opened this issue Oct 16, 2024 · 1 comment · May be fixed by #107
Assignees
Labels
bugfix 🐞 Problems without priority. good first issue 🌟 Good for newcomers

Comments

@npu3pak
Copy link
npu3pak commented Oct 16, 2024

Sharing is not implemented on the Console screen.

  1. Open DebugSwift
  2. Select "App" tab
  3. Tap "Console"
  4. Tap "Share"

Result: Nothing happens.

To fix the issue you should implement the handleShareAction() method in the AppConsoleViewModel.
Example:

func handleShareAction() {
        let allData = data.joined(separator: "\n")
        FileSharingManager.generateFileAndShare(text: allData, fileName: "console")
}
@MaatheusGois
Copy link
Member

Open the PR 🤣

@MaatheusGois MaatheusGois added bugfix 🐞 Problems without priority. good first issue 🌟 Good for newcomers labels Oct 16, 2024
@MaatheusGois MaatheusGois self-assigned this Nov 30, 2024
@MaatheusGois MaatheusGois linked a pull request Nov 30, 2024 that will close this issue
@MaatheusGois MaatheusGois linked a pull request Nov 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix 🐞 Problems without priority. good first issue 🌟 Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants