mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
added stub function for geth communication
Former-commit-id: a99778031b77525521d68018c6abe66b6d9ffea4
This commit is contained in:
parent
9d4387cefa
commit
b044b3917e
@ -94,6 +94,10 @@ public class GethService extends Service {
|
||||
handler.postDelayed(addPeer, 5000);
|
||||
}
|
||||
|
||||
public void signalEvent(String jsonEvent) {
|
||||
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public IBinder onBind(Intent intent) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user