Skip to content

Commit

Permalink
ensure to use the same UI for polling as for the display of the result
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Oct 9, 2014
1 parent a4ee657 commit c1f6fcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public void run()
}
};

PollControl.callInBackground(1000, null, r);
PollControl.callInBackground(1000, ui, r);
}

private FrequencyTable loadBeans()
Expand Down

0 comments on commit c1f6fcb

Please sign in to comment.