Combo tab: refresh on resume

Since we're not getting events when the fragement is not displayed,
since we're unregistering from event in onPause.
This commit is contained in:
Johannes Mockenhaupt 2017-07-18 10:33:27 +02:00
parent 3b287df77d
commit f3b508ba2d
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -69,6 +69,7 @@ public class ComboFragment extends Fragment implements View.OnClickListener {
public void onResume() {
super.onResume();
MainApp.bus().register(this);
updateGUI();
}
@Subscribe