Commit da1cee6f authored by Việt Anh's avatar Việt Anh

fix

parent 1c263125
...@@ -44,6 +44,12 @@ class _EkycButtonActionState extends State<EkycButtonAction> { ...@@ -44,6 +44,12 @@ class _EkycButtonActionState extends State<EkycButtonAction> {
super.initState(); super.initState();
} }
@override
void didUpdateWidget(mode) {
_channel = const MethodChannel(AppString.channel);
super.didUpdateWidget(mode);
}
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return GestureDetector( return GestureDetector(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment