lgariv / Prog

Track and manage your downloads right from the lock screen.
11 stars 2 forks source link

NCNotificationLongLookView does not dismiss after tapping on an action. #22

Closed lgariv closed 3 years ago

RuntimeOverflow commented 3 years ago

@lgariv I'll try this one if you don't work on it. Should it only dismiss certain actions or all of them?

RuntimeOverflow commented 3 years ago

14aaeae

lgariv commented 3 years ago

@RuntimeOverflow Still not dismissing the LongLook view after tapping. The expected behavior when tapping on an action should be the same as tapping on the blurred background.

Also, in the video you can see that if tapping on prioritize when paused, the resume action gets stuck. I think it could be fixed just by calling resumeWithResult: in the first line (before %orig;) inside prioritizeWithResult:.

RuntimeOverflow commented 3 years ago

@lgariv Yet another iOS 14 issue, but fixed now b807307.