You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the branch with custom ItemKeyedDataSource and Koin, when we add new Note it is not being added to the list, until we kill the app and launch it again.
I think it happens because of DataSource is not invalidated, while it should be.
Also, I think it wrong to inject DataSource as singleton, because each time NotesDataSourceFactory.create() has to return new DataSource.
The text was updated successfully, but these errors were encountered:
In the branch with custom ItemKeyedDataSource and Koin, when we add new Note it is not being added to the list, until we kill the app and launch it again.
I think it happens because of DataSource is not invalidated, while it should be.
Also, I think it wrong to inject DataSource as singleton, because each time NotesDataSourceFactory.create() has to return new DataSource.
The text was updated successfully, but these errors were encountered: