withoutBackButton

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

Converts LiveData of NavigationBarViewModel to the same type and content, except that NavigationBarViewModel.showBackButton is set to false.