Skip to content
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

filter text is saved to presenter but showing the filter bar is not #1037

Closed
lydavid opened this issue Aug 3, 2024 · 0 comments
Closed

filter text is saved to presenter but showing the filter bar is not #1037

lydavid opened this issue Aug 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@lydavid
Copy link
Owner

lydavid commented Aug 3, 2024

leads to the filter remaining when popping backstack but not showing filter bar

Either hoist isFilterMode to each presenter, or make use of state holders (should still save in presenter).
https://developer.android.com/topic/architecture/ui-layer/stateholders#choose-viewmodel

request focus always in beginning of text field
https://developer.android.com/develop/ui/compose/state#store-state
https://stackoverflow.com/questions/64181930/request-focus-on-textfield-in-jetpack-compose

@lydavid lydavid added the bug Something isn't working label Aug 3, 2024
@lydavid lydavid closed this as completed in efcf128 Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant