fix(toast): toast will now be enabled (#6904)

This commit is contained in:
Justin Willis
2016-06-14 14:10:33 -05:00
committed by Dan Bucholtz
parent efa0c7b8f7
commit c068828297

View File

@@ -195,6 +195,7 @@ class ToastCmp implements AfterViewInit {
this.dismiss('backdrop');
}, this.d.duration);
}
this.enabled = true;
}
ionViewDidEnter() {
@@ -208,7 +209,6 @@ class ToastCmp implements AfterViewInit {
if (focusableEle) {
focusableEle.focus();
}
this.enabled = true;
}
cbClick() {