`quickstep.RecentsActivity` rarely renders activites as `#000000`

Occasionally, quickstep.RecentsActivity (at least, versionCode=35) becomes inaccessible without repeated input keyevent KEYCODE_APP_SWITCHs: [1]

RokeJulianLockhart@Beedell:~$ adb shell input keyevent KEYCODE_APP_SWITCH
RokeJulianLockhart@Beedell:~$ adb shell input keyevent KEYCODE_APP_SWITCH
RokeJulianLockhart@Beedell:~$ adb shell input keyevent KEYCODE_APP_SWITCH
RokeJulianLockhart@Beedell:~$ adb shell input keyevent KEYCODE_APP_SWITCH
RokeJulianLockhart@Beedell:~$ adb shell input keyevent KEYCODE_APP_SWITCH
RokeJulianLockhart@Beedell:~$ adb shell input keyevent KEYCODE_APP_SWITCH

When this occurs, activities occasionally render as transparent (per the depicted text) with a #000000 background:

I recall seeing this in multiple applications, else I’d report it to github.com/element-hq/element-x-android/issues. However, to confirm (because human memory is fickle):

Similar

It’s similar to:

My Environment


  1. stackoverflow.com/revisions/28128802/1 ↩︎

Infrequently, it appears to render the wallpaper, too:

However, not when screenshotted: [1]

I expect that this represents the same bug.


  1. android.stackexchange.com/revisions/260313/6 ↩︎