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
Smartphone (please complete the following information):
Device: [e.g. Samsung Galaxy S9]
OS: [e.g. Android 9]
Rooted: [e.g. No]
Version: [e.g. 0.84]
bug trace
: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.getBoundsOnScreen(android.graphics.Rect)' on a null object reference
: at android.app.assist.AssistStructure$WindowNode.(AssistStructure.java:484)
: at android.app.assist.AssistStructure.(AssistStructure.java:1908)
: at android.app.ActivityThread.handleRequestAssistContextExtras(ActivityThread.java:3035)
: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1807)
: at android.os.Handler.dispatchMessage(Handler.java:105)
: at android.os.Looper.loop(Looper.java:164)
: at android.app.ActivityThread.main(ActivityThread.java:6541)
: at java.lang.reflect.Method.invoke(Native Method)
: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
The text was updated successfully, but these errors were encountered:
Describe the bug
Rotating the screen before selecting "zoom in or zoom out" causes a crash
To Reproduce
Steps to reproduce the behavior:
Video
Rotating.the.screen.before.selecting.zoom.in.or.zoom.out.causes.a.crash.mov
Smartphone (please complete the following information):
bug trace
: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.getBoundsOnScreen(android.graphics.Rect)' on a null object reference
: at android.app.assist.AssistStructure$WindowNode.(AssistStructure.java:484)
: at android.app.assist.AssistStructure.(AssistStructure.java:1908)
: at android.app.ActivityThread.handleRequestAssistContextExtras(ActivityThread.java:3035)
: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1807)
: at android.os.Handler.dispatchMessage(Handler.java:105)
: at android.os.Looper.loop(Looper.java:164)
: at android.app.ActivityThread.main(ActivityThread.java:6541)
: at java.lang.reflect.Method.invoke(Native Method)
: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
The text was updated successfully, but these errors were encountered: