implement extendable first run experience starting with welcome page
This commit is contained in:
parent
bc684b6ae3
commit
468c41c526
19 changed files with 333 additions and 78 deletions
src/main/java/io/lbry/browser/reactmodules
|
@ -24,6 +24,11 @@ public class DaemonServiceControlModule extends ReactContextBaseJavaModule {
|
|||
return "DaemonServiceControl";
|
||||
}
|
||||
|
||||
@ReactMethod
|
||||
public void startService() {
|
||||
ServiceHelper.start(context, "", LbrynetService.class, "lbrynetservice");
|
||||
}
|
||||
|
||||
@ReactMethod
|
||||
public void stopService() {
|
||||
ServiceHelper.stop(context, LbrynetService.class);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue