Skip to content

Commit

Permalink
[Docs] Fix SideSheetDialog class definition and source links
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 533220100
  • Loading branch information
dsn5ft authored and imhappi committed May 22, 2023
1 parent 85b6d50 commit e4d0fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/SideSheet.md
Expand Up @@ -194,8 +194,8 @@ can be dragged horizontally and dismissed by sliding them off of the screen.
API and source code:

* `SideSheetDialog`
* [Class definition](https://developer.android.com/reference/com/google/android/material/sidesheet/SideSheetDialog.java)
* [Class source](https://github.com/material-components/material-components-android/tree/master/lib/java/com/google/android/material/sidesheet/BottomSheetDialogFragment.java)
* [Class definition](https://developer.android.com/reference/com/google/android/material/sidesheet/SideSheetDialog)
* [Class source](https://github.com/material-components/material-components-android/tree/master/lib/java/com/google/android/material/sidesheet/SideSheetDialog.java)

### Modal side sheet example

Expand Down

0 comments on commit e4d0fd3

Please sign in to comment.