You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
On my device and emulator running Android 7.1.1 the app crashes when trying to play a video. This happens as soon as the video playback screen is shown.
java.lang.NullPointerException: Attempt to read from field 'float android.content.res.Configuration.fontScale' on a null object reference
at android.content.res.Configuration.setTo(Configuration.java:821)
at android.content.res.Configuration.<init>(Configuration.java:808)
at android.app.ActivityThread.createNewConfigAndUpdateIfNotNull(ActivityThread.java:4670)
at android.app.ActivityThread.performConfigurationChanged(ActivityThread.java:4740)
at android.app.ActivityThread.performConfigurationChangedForActivity(ActivityThread.java:4654)
at android.app.ActivityThread.handleConfigurationChanged(ActivityThread.java:4838)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1608)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6165)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:888)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:778)
The text was updated successfully, but these errors were encountered:
On my device and emulator running Android 7.1.1 the app crashes when trying to play a video. This happens as soon as the video playback screen is shown.
The text was updated successfully, but these errors were encountered: