reset isNodeInitialized flag when StatusService is destroyed

This commit is contained in:
Roman Volosovskyi 2017-01-17 18:30:25 +02:00
parent d260117c85
commit 285df463e3
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class StatusService extends Service {
} }
//TODO: stop geth //TODO: stop geth
stopNode(null); stopNode(null);
//isNodeInitialized = false; isNodeInitialized = false;
Log.d(TAG, "Status Service stopped !"); Log.d(TAG, "Status Service stopped !");
} }