shaps80 / SwiftUIBackports

A collection of SwiftUI backports for iOS, macOS, tvOS and watchOS
MIT License
931 stars 59 forks source link

Not Dismissing #30

Closed tazmancoder closed 1 year ago

tazmancoder commented 1 year ago

Have you read the Contributing Guidelines?

General Information

Describe the bug

Clearly and concisely describe the bug. I am using ActivityView in one of my Apps. I have noticed that if you bring up the activity view and choose to email or text or anything else. If you cancel the email or text the activity view doesn’t dismiss it stays on top of the screen. I can’t seem to figure out why this is not dismissing. Any help or advice would be appreciated….

Steps to reproduce

Provide numbered steps to follow that reproduce the bug.

  1. Bring up an activity view
  2. Choose to email
  3. Then hit cancel when MailView comes up
  4. You'll notice the MailVIew goes away but the share sheet stays on the screen

Expected behavior

Clearly and concisely describe what you expected to happen. I would expect that if you canceled whatever activity you've chosen the share sheet should dismiss and go away

Stack trace, compiler error, code snippets

Paste the full output of any stack trace or compiler error. Include a code snippet that reproduces the described behavior, if applicable

Screenshots

If applicable, add screenshots, gifs, or videos to help explain your problem.

Additional context

Add any other useful information about the problem here.

shaps80 commented 1 year ago

I don’t think this is related to this repo?

tazmancoder commented 1 year ago

I think it might be. Only reason I say that is because it the activity view that doesn’t dismiss.If I’m wrong I apologize,-Mark/*Mark PerrymanApple (MAC) Enthusiast(435) 882-1008On Nov 15, 2022, at 13:08, Shaps @.***> wrote: I don’t think this is related to this repo?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

shaps80 commented 1 year ago

What I mean is, ActivityView doesn't even exist in this repo ;) Its a fairly self-contained component too, so its almost certainly on that repo I'm afraid.

tazmancoder commented 1 year ago

Ok,I see what you mean. I was looking at it and I think if you decide to cancel the email or text or whatever the activity view won’t dismiss and probably shouldn’t that way you can choose another way to share.Thanks,-Mark/*Mark PerrymanApple (MAC) Enthusiast(435) 882-1008On Nov 18, 2022, at 08:26, Shaps @.***> wrote: What I mean is, ActivityView doesn't even exist in this repo ;) Its a fairly self-contained component too, so its almost certainly on that repo I'm afraid.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>