Relative Content

Tag Archive for androidkotlinandroid-jetpack-datastore

Activity closing after changing value in DataStore

I am developing an android app for the first time and i am working with Shared Preferences. I wanted to try and use DataStore but i am having an issue where when i press the saveButton after modifying the text in EditText, it would save the value in the datastore, but the activity would close, going back to the previous one.
This is the code: