This commit is contained in:
arrase 2016-11-27 23:01:58 +01:00
parent 799d18cbdc
commit 238a695c1b
1 changed files with 5 additions and 6 deletions

View File

@ -657,13 +657,12 @@ public class OrbotMainActivity extends AppCompatActivity
}
}.start();
} else {
Intent nResult = new Intent();
nResult.putExtra("hs_host", onionHostname);
setResult(RESULT_OK, nResult);
finish();
}
Intent nResult = new Intent();
nResult.putExtra("hs_host", onionHostname);
setResult(RESULT_OK, nResult);
finish();
}
private synchronized void handleIntents() {