isolate
This commit is contained in:
parent
ad68947dd4
commit
f1a8fbd6b6
|
@ -1305,7 +1305,7 @@ public class OrbotMainActivity extends AppCompatActivity
|
||||||
String newTorStatus = msg.getData().getString("status");
|
String newTorStatus = msg.getData().getString("status");
|
||||||
String log = (String)msg.obj;
|
String log = (String)msg.obj;
|
||||||
|
|
||||||
if (torStatus == null && newTorStatus != null) //first time status
|
if (torStatus == null && newTorStatus != null) //first time status
|
||||||
{
|
{
|
||||||
torStatus = newTorStatus;
|
torStatus = newTorStatus;
|
||||||
findViewById(R.id.frameMain).setVisibility(View.VISIBLE);
|
findViewById(R.id.frameMain).setVisibility(View.VISIBLE);
|
||||||
|
|
Loading…
Reference in New Issue