java.lang.RuntimeException: Failure delivering result ResultInfo{who=@android:requestPermissions:, request=65659, result=-1, data=Intent { act=android.content.pm.action.REQUEST_PERMISSIONS (has extras) }} to activity {com.codingblocks.weatherapp/com.codingblocks.weatherapp.ui.MainActivity}: java.lang.IllegalStateException: Can’t access the Fragment View’s LifecycleOwner when getView() is null i.e., before onCreateView() or after onDestroyView()
at android.app.ActivityThread.deliverResults(ActivityThread.java:5168)…
at com.codingblocks.weatherapp.ui.home.HomeFragment.invokeLocationAction(HomeFragment.kt:57)
at com.codingblocks.weatherapp.ui.home.HomeFragment.onRequestPermissionsResult(HomeFragment.kt:150)
…