-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(android): fix blank screenshots for Android 15
Fixes issue where screenshots on Android 15 were blank. This happened due to incorrect usage of PixelCopy, where instead of using the completion listener the code was assuming `PixelCopy.request` to work synchronously. This likely broke only in Android 15 because the following PR: https://android-review.googlesource.com/c/platform/frameworks/base/+/3015073
- Loading branch information
Showing
1 changed file
with
57 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters