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();
|
||||
initUpdates();
|
||||
|
||||
if (autoStartFromIntent)
|
||||
{
|
||||
startTor();
|
||||
}
|
||||
|
||||
handleIntents();
|
||||
|
||||
updateStatus("");
|
||||
|
|
Loading…
Reference in New Issue