We have many portrait forced UI i.e privacy hub. and This issue could be related to that.
When user is in landscape mode and app tries to show forced portrait UI, some of the resources could be null.
Below is the stack trace :
Exception java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.dispatchConfigurationChanged(android.content.res.Configuration)' on a null object reference at android.view.ViewGroup.dispatchConfigurationChanged (ViewGroup.java:1523) at android.view.ViewGroup.dispatchConfigurationChanged (ViewGroup.java:1523) at android.view.ViewGroup.dispatchConfigurationChanged (ViewGroup.java:1523) at android.view.ViewGroup.dispatchConfigurationChanged (ViewGroup.java:1523) at android.view.ViewGroup.dispatchConfigurationChanged (ViewGroup.java:1523) at android.view.ViewRootImpl.updateConfiguration (ViewRootImpl.java:4401) at android.app.ActivityThread.handleActivityConfigurationChanged (ActivityThread.java:5469) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1866) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:164) at android.app.ActivityThread.main (ActivityThread.java:7000) at java.lang.reflect.Method.invoke at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:441) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1408)
We have many portrait forced UI i.e privacy hub. and This issue could be related to that. When user is in landscape mode and app tries to show forced portrait UI, some of the resources could be null.
Below is the stack trace :
Exception java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.dispatchConfigurationChanged(android.content.res.Configuration)' on a null object reference at android.view.ViewGroup.dispatchConfigurationChanged (ViewGroup.java:1523) at android.view.ViewGroup.dispatchConfigurationChanged (ViewGroup.java:1523) at android.view.ViewGroup.dispatchConfigurationChanged (ViewGroup.java:1523) at android.view.ViewGroup.dispatchConfigurationChanged (ViewGroup.java:1523) at android.view.ViewGroup.dispatchConfigurationChanged (ViewGroup.java:1523) at android.view.ViewRootImpl.updateConfiguration (ViewRootImpl.java:4401) at android.app.ActivityThread.handleActivityConfigurationChanged (ActivityThread.java:5469) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1866) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:164) at android.app.ActivityThread.main (ActivityThread.java:7000) at java.lang.reflect.Method.invoke at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:441) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1408)