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
Currently it’s not clear what is triggering this ANR.
Lots of things can be the root cause.
Current assumption is that it’s getting triggered by us setting the KEEP_SCREEN_ON flag on the PdfScreen and in some situations forgetting to set KEEP_SCREEN_OFF when we leave the screen. So current fix addresses that.
The text was updated successfully, but these errors were encountered:
Currently it’s not clear what is triggering this ANR.
Lots of things can be the root cause.
Current assumption is that it’s getting triggered by us setting the KEEP_SCREEN_ON flag on the PdfScreen and in some situations forgetting to set KEEP_SCREEN_OFF when we leave the screen. So current fix addresses that.
The text was updated successfully, but these errors were encountered: