Skip to content

Commit

Permalink
[Adaptive] [Side Sheet] Add STATE_HIDDEN to SideSheetBehavior#getStat…
Browse files Browse the repository at this point in the history
…e javadoc.

STATE_HIDDEN was missing from the list of possible state constants returned by getState().

PiperOrigin-RevId: 489292973
  • Loading branch information
afohrman authored and drchen committed Nov 18, 2022
1 parent 8d8a0d1 commit 7a706cc
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -646,7 +646,8 @@ private boolean isLayingOut(@NonNull V child) {
/**
* Gets the current state of the sheet.
*
* @return One of {@link #STATE_EXPANDED}, {@link #STATE_DRAGGING}, or {@link #STATE_SETTLING}.
* @return One of {@link #STATE_EXPANDED}, {@link #STATE_DRAGGING}, {@link #STATE_SETTLING}, or
* {@link #STATE_HIDDEN}.
*/
@SheetState
@Override
Expand Down

0 comments on commit 7a706cc

Please sign in to comment.