mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-18 00:33:15 +00:00
Revert catch on Tor Android connection (#287)
This commit is contained in:
@ -119,14 +119,7 @@ const App = () => {
|
|||||||
if (state.isInternetReachable) {
|
if (state.isInternetReachable) {
|
||||||
try {
|
try {
|
||||||
daemonStatus = await torClient.daemon.getDaemonStatus();
|
daemonStatus = await torClient.daemon.getDaemonStatus();
|
||||||
if (daemonStatus === 'NOTINIT') {
|
} catch { }
|
||||||
await torClient.reset();
|
|
||||||
return sendTorStatus();
|
|
||||||
}
|
|
||||||
} catch {
|
|
||||||
await torClient.reset();
|
|
||||||
return sendTorStatus();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
injectMessage({
|
injectMessage({
|
||||||
|
Reference in New Issue
Block a user