-
Notifications
You must be signed in to change notification settings - Fork 249
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
Searching on tablet #856
Comments
Any chance this might be fixed in the next beta? |
I'm working on this and I want to fix this before releasing the next version. I turned out to be a bit more complicated. The issue is caused by a feedback loop when the details view is set. I've been able to simplify things but that wasn't sufficient yet. |
Ok, here is a first guess for what happens:
I need to break that loop. I'm not sure yet at which point though. |
This is a much harder problem than I anticipated. I think this was introduced by #624. When a task is selected we now replace the details view instead of updating it. This allows simplifying the details fragment and reduce state and state transitions. Unfortunately this will always trigger a call to
Option 1 would be something I'd like to avoid. Option 2 requires some creative thinking and probably a lot of time. |
For quite some time I have been unable to perform any searches on my tablet, said tablet running Android 7. In contrast, searching has been working fine on my phones running Android 9. They all run the latest beta but this was true for the release version as well.
As soon as I enter a search term and hit Enter, the term disappears and no entries are found, ie completely blank. Is this a known bug?
The text was updated successfully, but these errors were encountered: