getFirstActionByIdOrNull

Extension function to determine whether a LiveData list of Actions contains at least one of the given actions. It compares actions by their Action.ids. If such action exists it will be returned. Otherwise, it returns null.