Closed Tommy0304 closed 2 years ago
class UserPreferencesRepository( private val userPreferencesStore: DataStore, <-- this. should be Preferences context: Context ) { ... }
also, hard to follow. The student does not know where to insert the new code, therefore it leads to unexpected errors
Thank you, this is noted, fix is underway. Closing in favor of #45 which has better description.
class UserPreferencesRepository( private val userPreferencesStore: DataStore, <-- this. should be Preferences
context: Context
) { ... }
also, hard to follow. The student does not know where to insert the new code, therefore it leads to unexpected errors