correct supercall

This commit is contained in:
AdrianLxM 2017-08-22 13:26:48 +02:00 committed by GitHub
parent 6c899fbf5c
commit d5ea2a2f08

View file

@ -129,7 +129,7 @@ public class WizardDialog extends DialogFragment implements OnClickListener, Com
@Override @Override
public void onResume() { public void onResume() {
super.onPause(); super.onResume();
MainApp.bus().register(this); MainApp.bus().register(this);
} }