diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-12-07 16:56:14 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-12-07 16:56:14 -0600 |
commit | f5d1a5c38d0f72bc54eedc7dd917ffa2a7baf02a (patch) | |
tree | 95616aa7f825700e381ee5ed4affe8bbbd508a26 /src/view/com/util/ViewSelector.tsx | |
parent | 9ce02dff5b995d384bdc5ea43323a0d03ca754cc (diff) | |
download | voidsky-f5d1a5c38d0f72bc54eedc7dd917ffa2a7baf02a.tar.zst |
Replace navigational 'back swipe' gesture with new HorzSwipe util
Diffstat (limited to 'src/view/com/util/ViewSelector.tsx')
-rw-r--r-- | src/view/com/util/ViewSelector.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/util/ViewSelector.tsx b/src/view/com/util/ViewSelector.tsx index f7652334f..f39254977 100644 --- a/src/view/com/util/ViewSelector.tsx +++ b/src/view/com/util/ViewSelector.tsx @@ -76,6 +76,7 @@ export function ViewSelector({ const data = [HEADER_ITEM, SELECTOR_ITEM, ...items] return ( <HorzSwipe + hasPriority panX={panX} swipeEnabled={swipeEnabled || false} canSwipeLeft={selectedIndex > 0} |