element-ios icon indicating copy to clipboard operation
element-ios copied to clipboard

Opening a notification always pushes the room with an animation.

Open pixlwave opened this issue 1 year ago • 1 comments

Steps to reproduce

  1. Go to a room.
  2. Background the app.
  3. Tap on a notification.

Outcome

What did you expect?

The app to open with the room for the notification already presented.

What happened instead?

The app is opened with a visible push animated from the room list to the correct room.

Your phone model

iPhone 12

Operating system version

iOS 15.6

Application version

1.8.24

Homeserver

No response

Will you send logs?

No

pixlwave avatar Aug 01 '22 14:08 pixlwave

Seemingly, all of the SplitViewCoordinator.wantsTo… methods are hardcoded with animated: true so this would require a bit of work to expose that parameter right down to the push notification handling.

pixlwave avatar Aug 01 '22 15:08 pixlwave