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:
parent
3b287df77d
commit
f3b508ba2d
|
@ -69,6 +69,7 @@ public class ComboFragment extends Fragment implements View.OnClickListener {
|
||||||
public void onResume() {
|
public void onResume() {
|
||||||
super.onResume();
|
super.onResume();
|
||||||
MainApp.bus().register(this);
|
MainApp.bus().register(this);
|
||||||
|
updateGUI();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Subscribe
|
@Subscribe
|
||||||
|
|
Loading…
Reference in a new issue