/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.tripresult/TripSegmentsViewModel/renderTripGroup
renderTripGroup
\ fun renderTripGroup(tripGroup: TripGroup, tripId: Long, savedInstanceState: Bundle?)
Immediately renders an already-parsed TripGroup that the caller holds in memory (e.g. the pager's initial list), so the segment list can paint without waiting for a fresh DB read + full deserialization. loadTripGroup is still used afterwards to keep receiving DB/realtime updates for the same group.