aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/ca/allanwang/kau/swipe
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-22 22:51:05 -0700
committerAllan Wang <me@allanwang.ca>2019-09-22 22:51:05 -0700
commitdba4c72e90946dda0917a43b9be99d21695e6bdf (patch)
treee784f7f5a98b3083d25fa401ea122c40d14e5769 /core/src/main/kotlin/ca/allanwang/kau/swipe
parent788cec5455721894acd55ef6225d4ab4641e9e24 (diff)
downloadkau-dba4c72e90946dda0917a43b9be99d21695e6bdf.tar.gz
kau-dba4c72e90946dda0917a43b9be99d21695e6bdf.tar.bz2
kau-dba4c72e90946dda0917a43b9be99d21695e6bdf.zip
Lower constraint for status bar light switch
Diffstat (limited to 'core/src/main/kotlin/ca/allanwang/kau/swipe')
-rw-r--r--core/src/main/kotlin/ca/allanwang/kau/swipe/SwipeBackLayout.kt1
1 files changed, 0 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 bf6d09d..b2d9a5f 100644
--- a/core/src/main/kotlin/ca/allanwang/kau/swipe/SwipeBackLayout.kt
+++ b/core/src/main/kotlin/ca/allanwang/kau/swipe/SwipeBackLayout.kt
@@ -248,7 +248,6 @@ internal class SwipeBackLayout @JvmOverloads constructor(
dragHelper.shouldInterceptTouchEvent(event)
} catch (e: Exception) {
false
-
}
}