Skip to content

Commit

Permalink
[Adaptive] [Side Sheet] Made SideSheetBehavior extendable.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 492256730
  • Loading branch information
afohrman authored and leticiarossi committed Dec 1, 2022
1 parent ef76670 commit b384b9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
* An interaction behavior plugin for a child view of {@link CoordinatorLayout} to make it work as a
* side sheet.
*/
public final class SideSheetBehavior<V extends View> extends CoordinatorLayout.Behavior<V>
public class SideSheetBehavior<V extends View> extends CoordinatorLayout.Behavior<V>
implements Sheet {

private SheetDelegate sheetDelegate;
Expand Down

0 comments on commit b384b9b

Please sign in to comment.