-
Notifications
You must be signed in to change notification settings - Fork 27
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
SwitchModule. Ui data not re-initialize. Reset selected state #115
Comments
Hi! Using Another approach would be to find the modules that are already added using
Let me know if it helps! Edit: if you ever want to save the states of modules to shared preferences using the |
Thanks! I have a static id and use If use |
I double-checked the functionality and couldn't see any issues. Could you provide more details, maybe code examples? |
Understood, more details: First case:
But second case:
|
Correction, I started using the Switch Module, the problem is the same. The value does not change if the value was changed earlier by switching through the UI menu. If you do not switch manually, through the ui, then everything is updated correctly |
I'm trying to write a method that resets all feature flags in a default state. But when I re-initialize new data for the panel, the data that was changed does not change in ui. They only change if the application is restarted. If I try to do this through the add(), remove() methods, the screen twitches. How can i solve this problem?
The text was updated successfully, but these errors were encountered: