... 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() {
|
Thread thread = new Thread(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
getPlugin().fetchPumpState();
|
getPlugin().refreshDataFromPump("User request");
|
||||||
updateGUI();
|
updateGUI();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue