luffa99

Results 1 comments of luffa99
trafficstars

I've fixed by using `Utils.executeOnMainThread` So I've changed these lines (in _Nfc.prototype.setOnNdefDiscoveredListener_ ) ``` //execute on the main thread with this trick, so UI updates are not broken Promise.resolve().then(function ()...