`getFragmentManager()` is declared as nullable in ...
# android
v
getFragmentManager()
is declared as nullable in library, so calling it directly will still result in dealing with nullability. Unless, it's a platform type from the sdk (
android.app
) that is being deprecated.