Skip to content

Commit 77af14c

Browse files
committed
Merge branch 'fix/bottom-tap-while-gesture-confirm'
2 parents 421a3e2 + b586290 commit 77af14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/components/confirm_gesture.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ typedef struct {
4343
bool confirm_gesture_is_active(component_t* component)
4444
{
4545
confirm_data_t* data = (confirm_data_t*)component->data;
46-
return data->active_top;
46+
return data->active_top || data->bottom_arrow_slidein != 0;
4747
}
4848

4949
/**

0 commit comments

Comments
 (0)