fix loading danar history
This commit is contained in:
parent
b67d8be1ef
commit
7e1c435374
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ public class DanaRHistoryActivity extends Activity {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
clearCardView();
|
clearCardView();
|
||||||
((DanaRInterface)pump).loadHistory(RecordTypes.RECORD_TYPE_DAILY);
|
((DanaRInterface)pump).loadHistory(selected.type);
|
||||||
loadDataFromDB(selected.type);
|
loadDataFromDB(selected.type);
|
||||||
runOnUiThread(new Runnable() {
|
runOnUiThread(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue