We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bcf4b6 commit ea22b1cCopy full SHA for ea22b1c
app/src/main/java/com/kin/easynotes/data/repository/SettingsRepository.kt
@@ -14,7 +14,7 @@ import com.kin.easynotes.widget.NotesWidgetReceiver
14
import kotlinx.coroutines.flow.first
15
16
17
-private const val PREFERENCES_NAME = "settings"
+private const val PREFERENCES_NAME = "settingsupdated"
18
19
private val Context.dataStore: DataStore<Preferences> by preferencesDataStore(
20
name = PREFERENCES_NAME,
@@ -82,4 +82,4 @@ class SettingsRepositoryImpl (private val context: Context) : SettingsRepository
82
}
83
return widgetPairs
84
85
-}
+}
0 commit comments