Join Slack
Powered by
`getFragmentManager()` is declared as nullable in ...
# android
v
Vlad
06/06/2018, 7:11 PM
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.
Open in Slack
Previous
Next