diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-09 15:42:11 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-09 15:42:11 -0700 |
commit | f1660aab8a25c93aebdb7993e4bfbc3bb7e65ee5 (patch) | |
tree | 50d1c66f3149e2cfed37bf3ab9413e5d40e6a751 /core/src/main/kotlin/ca | |
parent | 8c186f994fec4166b9dfadb71e6453a21ebccfd8 (diff) | |
download | kau-f1660aab8a25c93aebdb7993e4bfbc3bb7e65ee5.tar.gz kau-f1660aab8a25c93aebdb7993e4bfbc3bb7e65ee5.tar.bz2 kau-f1660aab8a25c93aebdb7993e4bfbc3bb7e65ee5.zip |
Update gifs
Diffstat (limited to 'core/src/main/kotlin/ca')
-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 |