withoutTitle

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

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