element-hq / element-x-android

Android Matrix messenger application using the Matrix Rust Sdk and Jetpack Compose
GNU Affero General Public License v3.0
1k stars 136 forks source link

Pressing Back Button in Room/DM Does Not Return to Room List #3499

Open atomdmac opened 1 week ago

atomdmac commented 1 week ago

Steps to reproduce

  1. Receive a message notification from Room A. Minimize the app.
  2. Receive a message notification from Room B. Minimize the app.
  3. Receive a message notification from Room C.
  4. Use the Android back button.

Outcome

What did you expect?

To be returned to the Room list.

What happened instead?

  1. Hit back 1 time = Returned to Room B
  2. Hit back again = Returned to Room A
  3. Hit back again = Returned to room list.

Your phone model

Pixel 6

Operating system version

14

Application version and app store

0.6.2, Google Play

Homeserver

Homeserver, Synapse with separate sliding sync server.

Will you send logs?

No

Are you willing to provide a PR?

No

frebib commented 1 week ago

Duplicate of #3098