Skip to content

Commit dc4efe7

Browse files
Material Design Teamikim24
authored andcommitted
Make draggable true by default - so it will be true when using Empty Constructor as well
PiperOrigin-RevId: 290121017
1 parent c6a554f commit dc4efe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/java/com/google/android/material/bottomsheet/BottomSheetBehavior.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public abstract static class BottomSheetCallback {
233233

234234
private boolean skipCollapsed;
235235

236-
private boolean draggable;
236+
private boolean draggable = true;
237237

238238
@State int state = STATE_COLLAPSED;
239239

0 commit comments

Comments
 (0)