@qwert_ukg not related to your question.
But you’re violating “Single Responsibility Principle” because you put two distinct responsilities into a single object, NotificationRespository should only be responsible of storing & loading data.
The responsibility of sending notification should be delegated to other objects.
q
qwert_ukg
08/20/2017, 8:40 AM
yep, i see, its only for current case, sure i will make it separatelly after understanding coroutines, thanks