small updates for datastats merge
This commit is contained in:
parent
5b6e83c6f6
commit
bfcebdaba2
|
@ -104,9 +104,7 @@
|
|||
android:textSize="24sp"
|
||||
android:gravity="center_vertical|center_horizontal"
|
||||
android:textStyle="bold" />
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
|
||||
</FrameLayout>
|
||||
|
|
|
@ -57,7 +57,7 @@ public class Orbot extends Activity implements TorConstants, OnLongClickListener
|
|||
private TextView uploadText = null;
|
||||
|
||||
/* Some tracking bits */
|
||||
private int torStatus = STATUS_READY; //latest status reported from the tor service
|
||||
private int torStatus = TorServiceConstants.STATUS_OFF; //latest status reported from the tor service
|
||||
|
||||
/* Tor Service interaction */
|
||||
/* The primary interface we will be calling on the service. */
|
||||
|
|
Loading…
Reference in New Issue