-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Specify the language of the codelab if it is not English:
In which task and step of the codelab can this issue be found?
Implement the user preferences repository
Describe the problem
In exception code there is a line: emit(emptyPreference()), but this code isn't correct, because fun must return Flow, therefore it should be emit(true)
Metadata
Metadata
Assignees
Labels
No labels