Skip to content

Commit 8a1c5a2

Browse files
committed
Update TouchBehavior.android.cs
1 parent 12adc49 commit 8a1c5a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/Touch/TouchBehavior.android.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ void OnKeyPressed(object? sender, AView.KeyEventArgs e)
126126
IsCanceled = false;
127127
HandleTouchEnded(TouchStatus.Completed);
128128
}
129+
130+
e.Handled = false;
129131
}
130132

131133
void OnClick(object? sender, EventArgs args)

0 commit comments

Comments
 (0)