Thank you! I'll try to see if playing with `setVerticalClipping` and `setDynamicToolbarMaxHeight` help avoid that assertion. Tried today to do a full build but it just errored, will try a bit more.
Bug 1938966 Comment 37 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Thank you!
I'll try to see if playing with `setVerticalClipping` and `setDynamicToolbarMaxHeight` help avoid that assertion.
Tried today to do a full build but it just errored with multiple similar errors like
> /APKOpen.cpp:114:44: error: cannot initialize a parameter of type 'void **' with an rvalue of type 'JNIEnv **' (aka 'JNIEnv_ **')
> sJavaVM->AttachCurrentThreadAsDaemon(&env, nullptr) != JNI_OK) {
Will try a bit more.