element-hq / element-meta

Shared/meta documentation and project artefacts for Element clients
65 stars 11 forks source link

[Story] Opening the application from various entry points #2362

Closed bmarty closed 1 month ago

bmarty commented 3 months ago

Description

As a user, when I open the application from a notification or from an external permalink, any previous backstack will be lost so that I can predict what will be the effect of pressing back.

First back press: go to the room list Second back press (Android only): background the application

The user story is created to explicitly define what is the expected behavior in this case. The current implementation of EXA and EXI may already be as expected, so there is maybe no change to do on the codebases.

External entry points are:

Acceptance criteria

Size estimate

None

Dependencies

Out of scope

Open questions

### Questions

Subtasks

### Android
- [ ] https://github.com/element-hq/element-x-android/issues/2651
### iOS
- [ ] https://github.com/element-hq/element-x-ios/issues/2641
### Rust
### Other
bmarty commented 1 month ago

Closing since all tasks are completed