Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lateinit property task has not been initialized #275

Open
Diper1996 opened this issue Jan 21, 2024 · 0 comments
Open

lateinit property task has not been initialized #275

Diper1996 opened this issue Jan 21, 2024 · 0 comments

Comments

@Diper1996
Copy link

Caused by: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1394875351, result=0, data=null} to activity {com.xxx.xxx/com.xxx.xxx.activity.Activity}: kotlin.UninitializedPropertyAccessException: lateinit property task has not been initialized
at android.app.ActivityThread.deliverResults(ActivityThread.java:5738)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:5147)
... 13 more
Caused by: kotlin.UninitializedPropertyAccessException: lateinit property task has not been initialized
at com.permissionx.guolindev.request.InvisibleFragment.forwardToSettingsLauncher$lambda-6(InvisibleFragment.java:94)
at com.permissionx.guolindev.request.-$$Lambda$E1Oa91F4JQaad9ne2JkUvvAXjTs.a(a.java:4)
at androidx.activity.result.ActivityResultRegistry.doDispatch(ActivityResultRegistry.java:392)
at androidx.activity.result.ActivityResultRegistry.dispatchResult(ActivityResultRegistry.java:351)
at androidx.activity.ComponentActivity.onActivityResult(ComponentActivity.java:647)
at androidx.fragment.app.FragmentActivity.onActivityResult(FragmentActivity.java:164)
at android.app.Activity.dispatchActivityResult(Activity.java:8974)
at android.app.ActivityThread.deliverResults(ActivityThread.java:5731)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant