Created
October 6, 2019 18:37
-
-
Save adityadroid/2f1e0e92fec17118930daabc2f404a63 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if (event is ConfigValueChanged) { | |
| SharedObjects.prefs.setBool(event.key, event.value); | |
| yield ConfigChangeState(event.key, event.value); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment