mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-02 11:57:04 +00:00
Move message send until after configuration should be loaded
This commit is contained in:
parent
4c8935a16f
commit
639606a716
@ -65,7 +65,6 @@ class StatusModule extends ReactContextBaseJavaModule implements LifecycleEventL
|
||||
if (status == null) {
|
||||
status = new ServiceConnector(currentActivity, StatusService.class);
|
||||
status.registerHandler(this);
|
||||
|
||||
}
|
||||
|
||||
status.bindService();
|
||||
@ -220,6 +219,7 @@ class StatusModule extends ReactContextBaseJavaModule implements LifecycleEventL
|
||||
String res = Statusgo.StartNode(config);
|
||||
Log.d(TAG, "StartNode result: " + res);
|
||||
Log.d(TAG, "Geth node started");
|
||||
status.sendMessage();
|
||||
}
|
||||
|
||||
private String getOldExternalDir() {
|
||||
@ -305,7 +305,6 @@ class StatusModule extends ReactContextBaseJavaModule implements LifecycleEventL
|
||||
@ReactMethod
|
||||
public void startNode(final String config) {
|
||||
Log.d(TAG, "startNode");
|
||||
status.sendMessage();
|
||||
if (!checkAvailability()) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user