Fixed
Status Update
Comments
cl...@google.com <cl...@google.com> #2
Some things to work out before making the annotations type-use:
- Determine guidelines for type nullability in public API
- Determine rules for when type nullability can change in public API
- Confirm that intellij nullability lint works as expected for type-use nullability annotations
- Test what the impact would be on existing arrays (due to ambiguities of type-use annotations on arrays)
- Confirm usage of type-use
androidx.annotation.NonNull/Nullable
in metalava won't break anything for platform
Description
1) suspend with timeout before returning data
2) do best effort and try to return a page
3) Check for invalidation after db query but before returning the data
Related Bug: 178636235