Insert on Room DB does not trigger Observer on Activity
问题 In my activity i have an Observer that observes this query @Query("""Select *, (Select account_id from accounts where account_id = from_account_id) as contact_account_id, (Select first_name from accounts where account_id = from_account_id) as contact_first_name, (Select last_name from accounts where account_id = from_account_id) as contact_last_name from messages inner join messageQueue on messages.client_message_id = messagequeue.client_message_id where ((msg_type = 1 and body <> "") or msg