Why there is no try-catch inside isMinimumWebViewInstalled
? (May be a bug)
#6793
Replies: 2 comments
-
Think this is fixed with #6907 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Okay, thanks. I did my workaround by wrapping in a try-catch. From the looks of it, I can move to the latest fix soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently, I got a crash. referring to
int majorVersion = Integer.parseInt(majorVersionStr);
. Where the major version string is found to be 'Developer Build' for the device 'Huawei Enjoy 9s'. Is this intentional or a bug?isMinimumWebViewInstalled
Beta Was this translation helpful? Give feedback.
All reactions