correct supercall
This commit is contained in:
parent
6c899fbf5c
commit
d5ea2a2f08
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ public class WizardDialog extends DialogFragment implements OnClickListener, Com
|
|||
|
||||
@Override
|
||||
public void onResume() {
|
||||
super.onPause();
|
||||
super.onResume();
|
||||
MainApp.bus().register(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue