PagingData flow does not collect until the first change
I have a chat application and i collect the messages from Room Database ONLY (not from Internet resource). I use the dependencies
def room_version = "2.5.0-alpha02"
implementation "androidx.room:room-runtime:$room_version"
implementation "androidx.room:room-ktx:$room_version"
implementation "androidx.room:room-paging:$room_version"
kapt "androidx.room:room-compiler:$room_version"
implementation "androidx.paging😛aging-runtime-ktx:3.1.1"
From the Database i have the query
@Transaction...