... this should have gone into earlier commit, the UI one?

This commit is contained in:
Johannes Mockenhaupt 2017-07-16 20:17:56 +02:00
parent ecf3866b43
commit aa98864d65
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -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();
}
});