Crash while rotating

Issue #498 new
Former user created an issue

This report happens after Crash: 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:760) at android.content.res.Configuration.<init>(Configuration.java:747) at android.app.ActivityThread.createNewConfigAndUpdateIfNotNull(ActivityThread.java:4719) at android.app.ActivityThread.performConfigurationChanged(ActivityThread.java:4789) at android.app.ActivityThread.performConfigurationChangedForActivity(ActivityThread.java:4703) at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3610) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1575) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:163) at android.app.ActivityThread.main(ActivityThread.java:6238) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)

Comments (1)

  1. cylonu87 repo owner

    This crash happens on some android 7 devices. I was not able to reproduce it on my device. I’m still searching a solution to it.

  2. Log in to comment