Added video streaming behaviour.

Improved Throughput calculations(Is using native calculations).
Some other fixes
This commit is contained in:
Ziver Koc 2014-08-05 12:55:51 +02:00
parent 257bd59cdb
commit 9cdcd46ed5
9 changed files with 104 additions and 12 deletions

View file

@ -101,4 +101,11 @@ public class EditActivity extends ListActivity implements AdapterView.OnItemClic
}catch(Exception e){log.error(null, e);}
super.onPause();
}
@Override
protected void onResume() {
adapter.notifyDataSetChanged();
super.onResume();
}
}