-
Notifications
You must be signed in to change notification settings - Fork 624
Add unstyled button for uploading a custom screenshot #4550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Generated by 🚫 Danger |
f3b492d
to
fd5be04
Compare
// do I/O on separate thread in order to not block the UI | ||
Bitmap screenshot = screenshotUri == null ? null : readScreenshot(); | ||
// Do I/O on separate thread in order to not block the UI | ||
Bitmap screenshot = readScreenshot(screenshotUri); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that screenshotUri
could technically be modified on another thread I don't want to rely on its value being the same for the entirety of the execution of readScreenshot()
Coverage Report 1Affected Products
Test Logs |
fd5be04
to
13a7d82
Compare
13a7d82
to
8c4527f
Compare
Size Report 1Affected Products
Test Logs |
10f8b52
to
b26c892
Compare
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Startup time comparison between the CI merge commit (3120813) and the base commit (db416c7) are not available. No macrobenchmark data found for the base commit (db416c7). Analysis for the CI merge commit (3120813) can be found at: |
* Add unstyled button for uploading a custom screenshot * Bump compileSdkVersion to 31 * Use plain Activity Results API to avoid having to raise compile/target SDK version
* Add unstyled button for uploading a custom screenshot * Bump compileSdkVersion to 31 * Use plain Activity Results API to avoid having to raise compile/target SDK version
* Add unstyled button for uploading a custom screenshot * Bump compileSdkVersion to 31 * Use plain Activity Results API to avoid having to raise compile/target SDK version
Screenshots:
With screenshot
Without screenshot