why do you subscribe and then do nothing with it?
# rx
t
why do you subscribe and then do nothing with it?
t
saveItems returns an Observable<List<Long>> with inserted ids on the database, but I don't need them on this context
I just want to trigger the save by subscribing to it
I agree that it feels strange, but I couldn't think in a better way of doing this