This repository was archived by the owner on May 5, 2025. It is now read-only.
fix: check isInitialized on lateinit prop#107
Open
kaqq wants to merge 1 commit intoTheTimeWalker:masterfrom
Open
fix: check isInitialized on lateinit prop#107kaqq wants to merge 1 commit intoTheTimeWalker:masterfrom
kaqq wants to merge 1 commit intoTheTimeWalker:masterfrom
Conversation
fix for FATAL EXCEPTION: main 11-08 17:57:48.587 9310 9310 E AndroidRuntime: Process: xyz.wallpanel.app, PID: 9310 11-08 17:57:48.587 9310 9310 E AndroidRuntime: kotlin.UninitializedPropertyAccessException: lateinit property dialogUtils has not been initialized 11-08 17:57:48.587 9310 9310 E AndroidRuntime: at xyz.wallpanel.app.utils.InternalWebClient.getDialogUtils(InternalWebClient.kt:24) 11-08 17:57:48.587 9310 9310 E AndroidRuntime: at xyz.wallpanel.app.utils.InternalWebClient.onReceivedSslError(InternalWebClient.kt:86) 11-08 17:57:48.587 9310 9310 E AndroidRuntime: at WV.M6.run(chromium-TrichromeWebViewGoogle.aab-stable-599311131:182) 11-08 17:57:48.587 9310 9310 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:883) 11-08 17:57:48.587 9310 9310 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100) 11-08 17:57:48.587 9310 9310 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214) 11-08 17:57:48.587 9310 9310 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7403) 11-08 17:57:48.587 9310 9310 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-08 17:57:48.587 9310 9310 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:502) 11-08 17:57:48.587 9310 9310 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:980)
✅ Deploy Preview for wallpanel canceled.
|
Owner
|
Hey! Thanks for the PR, sorry I have totally missed it. Seems to be plausible and I will test it quickly this weekend before merging 👍🏻 |
Some month ago. :) No problem, but is it possible to merge and perhaps rebuild this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix for
Not sure if this is a proper fix, based on: https://kotlinlang.org/docs/properties.html#overriding-properties