Fix a crash on Button tap - reexport TouchAction

This commit is contained in:
Hristo Deshev
2017-02-20 16:58:11 +02:00
parent 0905858d7d
commit b9c0d33b3a
3 changed files with 16 additions and 5 deletions

View File

@@ -107,4 +107,4 @@ export class Button extends ButtonBase {
this.nativeView.setStateListAnimator(null);
}
}
}
}