Skip to content

Commit

Permalink
fix notifications tab
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck committed Dec 23, 2024
1 parent 3912a16 commit 8539977
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ class NotificationsViewModel @Inject constructor(
remoteMediator = remoteMediator,
pagingSourceFactory = {
db.notificationsDao().getNotifications(accountId)
EmptyPagingSource()
}
).flow
.cachedIn(viewModelScope)
Expand Down

0 comments on commit 8539977

Please sign in to comment.