... this should have gone into earlier commit, the UI one?
This commit is contained in:
parent
ecf3866b43
commit
aa98864d65
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ public class ComboFragment extends Fragment implements View.OnClickListener {
|
|||
Thread thread = new Thread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
getPlugin().fetchPumpState();
|
||||
getPlugin().refreshDataFromPump("User request");
|
||||
updateGUI();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue