Ayla
05/05/2023, 6:04 AMval tempJob:Job? = nullfun getNotesToday(today:LocalDate){viewModelScope.launch{tempJob?.cancel()tempJob=launch{database.noteQuery.getNotesBetween(today.start,today.end).asFlow().collectLatest{...}}}glureau
05/05/2023, 6:58 AMhfhbd
05/05/2023, 7:54 AMflorent
05/05/2023, 8:11 AMAyla
05/05/2023, 10:44 AMAyla
05/05/2023, 10:51 AMflorent
05/05/2023, 11:25 AMStylianos Gakis
05/06/2023, 8:22 PMflowThatReturnsCurrentDay().collectLatest { date ->
  yourDbFlow.collect { ... }
}Ayla
05/07/2023, 10:27 AM