mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-11 17:24:27 +00:00
reset isNodeInitialized flag when StatusService is destroyed
This commit is contained in:
parent
d260117c85
commit
285df463e3
@ -84,7 +84,7 @@ public class StatusService extends Service {
|
||||
}
|
||||
//TODO: stop geth
|
||||
stopNode(null);
|
||||
//isNodeInitialized = false;
|
||||
isNodeInitialized = false;
|
||||
Log.d(TAG, "Status Service stopped !");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user