diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/kotlin/ca/allanwang/kau/swipe/SwipeBackLayout.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/kotlin/ca/allanwang/kau/swipe/SwipeBackLayout.kt b/core/src/main/kotlin/ca/allanwang/kau/swipe/SwipeBackLayout.kt index 63efa01..7f4399d 100644 --- a/core/src/main/kotlin/ca/allanwang/kau/swipe/SwipeBackLayout.kt +++ b/core/src/main/kotlin/ca/allanwang/kau/swipe/SwipeBackLayout.kt @@ -16,7 +16,7 @@ import java.lang.ref.WeakReference /** * The layout that handles all the touch events - * Note that this differs from [ca.allanwang.kau.widgets.ElasticDragDismissFrameLayout] + * Note that this differs from [ca.allanwang.kau.ui.widgets.ElasticDragDismissFrameLayout] * in that nested scrolling isn't considered * If an edge detection occurs, this layout consumes all the touch events * Use the [swipeEnabled] toggle if you need the scroll events on the same axis |