Added video streaming behaviour.
Improved Throughput calculations(Is using native calculations). Some other fixes
This commit is contained in:
parent
257bd59cdb
commit
9cdcd46ed5
9 changed files with 104 additions and 12 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue