don't call handle intents twice!
This commit is contained in:
parent
24a3db8873
commit
eaccf77116
|
@ -1193,11 +1193,6 @@ public class Orbot extends ActionBarActivity implements TorConstants, OnLongClic
|
||||||
torStatus = mService.getStatus();
|
torStatus = mService.getStatus();
|
||||||
initUpdates();
|
initUpdates();
|
||||||
|
|
||||||
if (autoStartFromIntent)
|
|
||||||
{
|
|
||||||
startTor();
|
|
||||||
}
|
|
||||||
|
|
||||||
handleIntents();
|
handleIntents();
|
||||||
|
|
||||||
updateStatus("");
|
updateStatus("");
|
||||||
|
|
Loading…
Reference in New Issue