-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intent leaked after welcome wizard #86
Comments
Looks like same problem like #88 |
In my humble opinion? No :-) In the PhoneConnectionUtil there is a method called stopReceiver which unregisters the broadcastreceiver (for receiving wifi ssid's) (line 57 in PhoneConnectionUtil) This issues intent is leaked when WelcomePage3 is paused/stopped. |
Think i've fixed these issues with the next version (please check) |
See gist here:
https://gist.github.com/RoadXY/c48b8ea1dccad3f943d1
The text was updated successfully, but these errors were encountered: