bradleygore / nativescript-textinputlayout

Android Material Design TextInputLayout for NativeScript
36 stars 14 forks source link

Unable to resume activity #1

Closed narayansikarwar closed 8 years ago

narayansikarwar commented 8 years ago

screenshot_2016-05-13-11-45-12 1

bradleygore commented 8 years ago

@narayansikarwar What version of the plugin, what does your markup look like, and is there a specific scenario at which this occurs? I'm going to need a bit more to go on than just the stack trace, please.

narayansikarwar commented 8 years ago

@bradleygore plugin version - 0.1.2, when we minimize app after that resume the app then this error is occurred. I use your example markup.

bradleygore commented 8 years ago

@narayansikarwar thanks - I'll look into this.

bradleygore commented 8 years ago

@narayansikarwar Sorry for this issue - I must not have tested that scenario. I've pushed a fix in v0.1.3 this commit

remove/readd the plugin and you should be good to go tns plugin remove nativescript-textinputlayout tns plugin add nativescript-textinputlayout

narayansikarwar commented 8 years ago

@bradleygore thanks for resolve this issue. I have tested this its working fine.