LiveData-CombineTuple-KT 2.0.0 (2021-12-21)
BEHAVIOR CHANGE: Objects.equals() is applied before setting the value on the Mediator.
FIX: onActive() would call setValue which would trigger observe() as many times as there were LiveDatas.
I think this was reported, but someone truly pointed out the cause not too long ago, unfortunately.