Describe the bug
The tabs on the bottom navigation bars are not remembered.
Not sure what is the correct terminology, but see the reproduce part below.
Expected behavior
It should remember that.
To Reproduce
- Click on the
Library tab on the bottom navigation bar.
- Click on an album.
- Click on the
Download tab on the bottom navigation bar.
- Click on the
Library tab on the bottom navigation bar.
After step 4, I will expect this switch back to the album page. However, this switches to the library home page.
Environment
- Android device: Xiaomi POCO X3 Pro
- Android OS version: 12
- App version: 4.0.7
- App variant: both variants
- Other relevant details: [e.g., specific network conditions, external dependencies]
Logs or Screenshots
Additional context
This is only slightly annoying to me, and not sure if this is expected or a bad UX. One problem is that this may cause increased memory usage when users perform complex UI navigations.
That said, maybe we should do other things to reduce memory usage instead, e.g. more pagination and unload unused data?
Describe the bug
The tabs on the bottom navigation bars are not remembered.
Not sure what is the correct terminology, but see the reproduce part below.
Expected behavior
It should remember that.
To Reproduce
Librarytab on the bottom navigation bar.Downloadtab on the bottom navigation bar.Librarytab on the bottom navigation bar.After step 4, I will expect this switch back to the album page. However, this switches to the library home page.
Environment
Logs or Screenshots
Additional context
This is only slightly annoying to me, and not sure if this is expected or a bad UX. One problem is that this may cause increased memory usage when users perform complex UI navigations.
That said, maybe we should do other things to reduce memory usage instead, e.g. more pagination and unload unused data?