withoutBreadcrumbs

fun LiveData<NavigationBarViewModel?>.withoutBreadcrumbs(): LiveData<NavigationBarViewModel?>

Converts LiveData of NavigationBarViewModel to the same type and content, except that NavigationBarViewModel.breadcrumbs is set to an empty list.