element-android icon indicating copy to clipboard operation
element-android copied to clipboard

Viewing Jitsi participant crashes the app

Open bmarty opened this issue 2 years ago • 5 comments

Probably since Jitsi 5.0.2, incuded in Element 1.4.10

  • Start a Jitsi call and join the conf
  • Click on the three dot menu and on "Participants"

The app crashes.

On our side you can maybe disable this menu entry, but I guess the issue has to be fixed on the Jitsi library.

Stacktrace:

java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.facebook.react.uimanager.FabricViewStateManager.hasStateWrapper()' on a null object reference
        at com.facebook.react.views.textinput.ReactEditText.updateCachedSpannable(ReactEditText.java:981)
        at com.facebook.react.views.textinput.ReactEditText.access$300(ReactEditText.java:75)
        at com.facebook.react.views.textinput.ReactEditText$TextWatcherDelegator.onTextChanged(ReactEditText.java:1092)
        at android.widget.TextView.sendOnTextChanged(TextView.java:11631)

bmarty avatar Apr 12 '22 15:04 bmarty

Should be fixed in the coming Jitsi SDK, see https://github.com/jitsi/jitsi-meet/issues/11375#issuecomment-1141401472

bmarty avatar May 30 '22 18:05 bmarty

Same goes for Speaker Stats. Turning that on during an active call causes Element to crash.

rajil avatar Jun 20 '22 04:06 rajil

@rajil thanks for the heads up. Do you know if this is also fixed by #6195?

bmarty avatar Jun 28 '22 08:06 bmarty

I confirm that going to Speaker stats does not crash the app anymore.

bmarty avatar Jun 28 '22 15:06 bmarty

@bmarty Clicking on Participants in Jitsi call still crashes Element version 1.4.31

rajil avatar Aug 07 '22 03:08 rajil