Skip to content

Commit 72f4533

Browse files
jsjeonGerrit Code Review
authored and
Gerrit Code Review
committedApr 20, 2023
Merge "Update API lint baselines, current/beta API w/ Metalava update" into androidx-main
2 parents fe70ca3 + fceab4a commit 72f4533

File tree

230 files changed

+2188
-1162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+2188
-1162
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Baseline format: 1.0
2+
InvalidNullConversion: androidx.activity.compose.ManagedActivityResultLauncher#launch(I, androidx.core.app.ActivityOptionsCompat) parameter #0:
3+
Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter input in androidx.activity.compose.ManagedActivityResultLauncher.launch(I input, androidx.core.app.ActivityOptionsCompat options)

‎activity/activity-compose/api/current.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ package androidx.activity.compose {
3636

3737
public final class ManagedActivityResultLauncher<I, O> extends androidx.activity.result.ActivityResultLauncher<I> {
3838
method public androidx.activity.result.contract.ActivityResultContract<I,?> getContract();
39-
method public void launch(I? input, androidx.core.app.ActivityOptionsCompat? options);
39+
method public void launch(I input, androidx.core.app.ActivityOptionsCompat? options);
4040
method @Deprecated public void unregister();
4141
}
4242

0 commit comments

Comments
 (0)