Skip to content

Commit

Permalink
Merge pull request #2330 from omustardoG:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 712998506
  • Loading branch information
copybara-androidxtest committed Jan 7, 2025
2 parents be462cd + e8cbbae commit e9de26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Bug Fixes**
* Fix `Rect` handling in `ViewCapture` for SDK >= 34 for non root views.
* Fix bug reporting the status code when PixelCopy fails in ViewCapture.generateBitmapFromPixelCopy.

* Improving wording of a failure message.

**New Features**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public ActivityResult getActivityResult() {
}
checkNotNull(
activityResult,
"onActivityResult never be called after %d milliseconds",
"onActivityResult was not called within %d milliseconds",
ActivityLifecycleTimeout.getMillis());
return activityResult;
}
Expand Down

0 comments on commit e9de26f

Please sign in to comment.