Hi, is there a way in Room to only get Flowable up...
# android
u
Hi, is there a way in Room to only get Flowable updates if the actual query changes? or is it just all the time if anything in the table changes and I have to add distinctUntilChanged which im not so keen on...