batsw / AndroidAnonymityChat

A secure and serverless chat application that uses the TOR network (Deep Web) to send the messages
GNU Lesser General Public License v3.0
8 stars 1 forks source link

Network: Home button is detected all the time thus stopping the Bundle #33

Closed tudorcodrea closed 7 years ago

tudorcodrea commented 7 years ago

HomeButton press detection pattern is faulty, because is stopping the Bundle process all the time.

tudorcodrea commented 7 years ago

When HOME button is pressed there is no need in stopping the backend resources. But when Long clicked on HOME and stopping the app the backend resources, such as network connection, are stopped.

tudorcodrea commented 7 years ago

It remains the Back button pressed which is putting the app in background and calls onDestroy() thus stopping the backend resources ... To be filled in other issue #50