Skip to content

Commit e9de26f

Browse files
Merge pull request #2330 from omustardoG:patch-1
PiperOrigin-RevId: 712998506
2 parents be462cd + e8cbbae commit e9de26f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
**Bug Fixes**
88
* Fix `Rect` handling in `ViewCapture` for SDK >= 34 for non root views.
99
* Fix bug reporting the status code when PixelCopy fails in ViewCapture.generateBitmapFromPixelCopy.
10-
10+
* Improving wording of a failure message.
1111

1212
**New Features**
1313

core/java/androidx/test/core/app/InstrumentationActivityInvoker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public ActivityResult getActivityResult() {
289289
}
290290
checkNotNull(
291291
activityResult,
292-
"onActivityResult never be called after %d milliseconds",
292+
"onActivityResult was not called within %d milliseconds",
293293
ActivityLifecycleTimeout.getMillis());
294294
return activityResult;
295295
}

0 commit comments

Comments
 (0)