digital-voting-pass / polling-station-app

Voting station app to redeem the suffrage on the blockchain using a machine readable travel document.
GNU Lesser General Public License v3.0
40 stars 17 forks source link

Shutdown blockchain connection #88

Open jonathanraes opened 7 years ago

jonathanraes commented 7 years ago

Blockchain is not closed when the app is minimized. Only when it is forcefully closed.

To implement this we could add a toast saying press back again to exit the application, and close the connection only when back is pressed twice?

wkmeijer commented 7 years ago

We could extend Activity to create our own activity class which stops and starts the connection when the activity is minimalized or not.