This commit is contained in:
Yaroslav Dmytrotsa 2015-07-06 12:08:48 +03:00
parent 1127f0dd88
commit 805234deb7
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ public class EthereumService extends Service {
public void onDestroy() {
if (jsonRpcServerThread != null) {
jsonRpcServerThread.interrupt();
jsonRpcServerThread = null;
}
}