Chapter 8: onActivityCreated deprecated

I’m stuck in Chapter 8 in the MainFragment.kt class. Android won’t build my project because it says onActivityCreated(savedInstanceState) is deprecated. What is the workaround?

1 Like

Never mind I found the problem. An extra line of code. All is fine now.

1 Like