JackAppDev / flutter_iap

Flutter iap plugin
MIT License
100 stars 15 forks source link

fix crash on navigations #4

Closed buraktamturk closed 6 years ago

buraktamturk commented 6 years ago

This plugin is currently crashing with other plugins which starts another activity. The activity callbacks is executed for every Activities in the Application. This PR fixes this.