-
Notifications
You must be signed in to change notification settings - Fork 42
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
Disconnect apparently not killing service permanently #51
Comments
This is because of commit d3a4cf0, which merges an upstream commit 9dd696. Particularly, line 737 in BlockchainServiceImpl.java, function
I assumed this was added to force a service restart in event of anomalous service interruption (like low memory, etc)? |
Fantastic. This will be included in the next release, and we'll see if it helps the users who were having issues. |
The notification code requiring the new support library broke the app in production. Going back to the way it was, but keeping all the other changes to the app. Production ready signed APK tested on one of my devices.
Need to remove WalletApplication.scheduleStartBlockchainService(this); from the shutdowns. |
I believe this is fixed. |
Something is apparently still turning the service on after Disconnect:
https://litecointalk.org/index.php?topic=12196.msg114690#msg114690
The text was updated successfully, but these errors were encountered: