We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66917c7 commit a6eb937Copy full SHA for a6eb937
Owl/app/src/main/java/com/materialstudies/owl/ui/lessons/LessonBottomSheetBehavior.kt
@@ -7,6 +7,9 @@ import android.view.View
7
import androidx.coordinatorlayout.widget.CoordinatorLayout
8
import com.google.android.material.bottomsheet.BottomSheetBehavior
9
10
+/**
11
+ * A [BottomSheetBehavior] that helps to restrict touchable area depends on translationX
12
+ */
13
class LessonBottomSheetBehavior<T : View>(context: Context, attrs: AttributeSet?) :
14
BottomSheetBehavior<T>(context, attrs) {
15
0 commit comments