We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be462cd + e8cbbae commit e9de26fCopy full SHA for e9de26f
core/CHANGELOG.md
@@ -7,7 +7,7 @@
7
**Bug Fixes**
8
* Fix `Rect` handling in `ViewCapture` for SDK >= 34 for non root views.
9
* Fix bug reporting the status code when PixelCopy fails in ViewCapture.generateBitmapFromPixelCopy.
10
-
+* Improving wording of a failure message.
11
12
**New Features**
13
core/java/androidx/test/core/app/InstrumentationActivityInvoker.java
@@ -289,7 +289,7 @@ public ActivityResult getActivityResult() {
289
}
290
checkNotNull(
291
activityResult,
292
- "onActivityResult never be called after %d milliseconds",
+ "onActivityResult was not called within %d milliseconds",
293
ActivityLifecycleTimeout.getMillis());
294
return activityResult;
295
0 commit comments