PhantomAppDevelopment / pizza-app

An Adobe AIR mobile app that uses the Yelp Fusion & Firebase V3 API to create a small social network for pizza lovers.
https://play.google.com/store/apps/details?id=air.im.phantom.pizza
MIT License
15 stars 2 forks source link

addEventListener ou removeEventListener? #3

Closed benkhachouch closed 7 years ago

benkhachouch commented 7 years ago

in ChatroomsScreen: private function accessTokenLoaded(event:flash.events.Event):void { ........ event.currentTarget.addEventListener(flash.events.Event.COMPLETE, accessTokenLoaded); }

benkhachouch commented 7 years ago

ok I just saw the update!

agentphantom commented 7 years ago

Thank you very much for reporting this!

I fixed the rest of eventListeners, it should also fix the other issue in ChatScreen.