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
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ public class ComboFragment extends Fragment implements View.OnClickListener {
|
|||
public void onResume() {
|
||||
super.onResume();
|
||||
MainApp.bus().register(this);
|
||||
updateGUI();
|
||||
}
|
||||
|
||||
@Subscribe
|
||||
|
|
Loading…
Reference in a new issue