small updates for datastats merge

This commit is contained in:
n8fr8 2012-09-30 18:14:25 +05:30
parent 5b6e83c6f6
commit bfcebdaba2
2 changed files with 2 additions and 4 deletions

View File

@ -105,8 +105,6 @@
android:gravity="center_vertical|center_horizontal" android:gravity="center_vertical|center_horizontal"
android:textStyle="bold" /> android:textStyle="bold" />
</RelativeLayout> </RelativeLayout>
</RelativeLayout>
</LinearLayout> </LinearLayout>
</FrameLayout> </FrameLayout>

View File

@ -57,7 +57,7 @@ public class Orbot extends Activity implements TorConstants, OnLongClickListener
private TextView uploadText = null; private TextView uploadText = null;
/* Some tracking bits */ /* 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 */ /* Tor Service interaction */
/* The primary interface we will be calling on the service. */ /* The primary interface we will be calling on the service. */