romannurik / AndroidSDKSearchExtension

A Chrome extension that adds an 'ad' omnibox command and view source links for the Android SDK.
Apache License 2.0
459 stars 56 forks source link

404 on BottomSheetBehavior #67

Open feinstein opened 6 years ago

feinstein commented 6 years ago

The BottomSheetBehavior link returns a 404:

https://android.googlesource.com/platform/frameworks/support/+/refs/heads/master/design/src/android/support/design/widget/BottomSheetBehavior.java

I believe this source code is not under the main Android Repository, but here:

https://github.com/material-components/material-components-android/blob/master/lib/java/com/google/android/material/bottomsheet/BottomSheetBehavior.java

JakeWharton commented 6 years ago

Yeah the material stuff shouldn't even be displayed on d.android.com anymore. They should have their own docs like any other Google-proprietary stuff like Play Services and Firebase. I'll file a bug for that.

JakeWharton commented 6 years ago

Looks like there's a bunch of proprietary stuff on d.android.com like the Play Billing library so the line is blurred...

feinstein commented 6 years ago

Thanks Jake!