We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
isFilterMode
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
The text was updated successfully, but these errors were encountered:
efcf128
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: