enable swipe to last tool
This commit is contained in:
parent
5bf87544d6
commit
531eb9c8f5
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ class _PatientViewState extends State<PatientView> {
|
|||
checkScreenSize();
|
||||
return SwipeDetector(
|
||||
onSwipeLeft: (offset) {
|
||||
if (_selectedIndex < 2) {
|
||||
if (_selectedIndex < 3) {
|
||||
setState(() {
|
||||
_selectedIndex += 1;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue