-
-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeline position reset when using notifications #4895
Comments
That probably happens because |
When? It does not occur (restart) if you are staying inside Tusky (not tap the system notification). |
When you click the notification, it opens a new instance of MainActivity. I think. That would explain that the timeline position is lost. |
That would explain a lot of problem then, I guess. |
I think it starts at the top of the cached timeline, and then loads new stuff above. Depending on the circumstances that may look random. But I'm not sure. |
Detailed description
I post this because it is (always) reproducible for me, but maybe it also fixes other problems like some of the triggers posted in #3960
Steps to reproduce the problem
This reloads (refreshes completely?) the home timeline and leaves you at a random looking location.
It does not happen when the system notification is not tapped (but i. e. you switch to notifications yourself and reload them).
When doing this multiple times the new location is every time another one. Would be quite funny if it weren't a bug.
Push notifications help with step 2.
Debug information
Current develop
Android 14
The text was updated successfully, but these errors were encountered: