diff --git a/tns-core-modules/ui/button/button.android.ts b/tns-core-modules/ui/button/button.android.ts index ef9e8bbcc..66db08e2d 100644 --- a/tns-core-modules/ui/button/button.android.ts +++ b/tns-core-modules/ui/button/button.android.ts @@ -91,6 +91,7 @@ export class Button extends ButtonBase { this._highlightedHandler = this._highlightedHandler || ((args: TouchGestureEventData) => { switch (args.action) { case TouchAction.up: + case TouchAction.cancel: this._goToVisualState("normal"); break; case TouchAction.down: