updated display for setting data transfer UI
This commit is contained in:
parent
a593423e3a
commit
db128fbc2a
|
@ -824,6 +824,8 @@ public class Orbot extends Activity implements TorConstants, OnLongClickListener
|
|||
String TotalUpload = "";
|
||||
String TotalDownload = "";
|
||||
|
||||
if (mService != null)
|
||||
{
|
||||
try {
|
||||
TotalUpload = mService.getInfo("traffic/written");
|
||||
TotalDownload = mService.getInfo("traffic/read");
|
||||
|
@ -844,7 +846,7 @@ public class Orbot extends Activity implements TorConstants, OnLongClickListener
|
|||
{
|
||||
//just ignore/swallow
|
||||
}
|
||||
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue