do not use FEATURE_CUSTOM_TITLE

This commit is contained in:
Milos Kozak 2018-08-29 08:00:15 +02:00
parent 8c2ad32ad8
commit 105485c9b6

View file

@ -33,7 +33,6 @@ public class WizardInfoDialog extends DialogFragment implements OnClickListener
Bundle savedInstanceState) {
View view = inflater.inflate(R.layout.treatments_wizardinfo_dialog, null, false);
getDialog().getWindow().requestFeature(Window.FEATURE_CUSTOM_TITLE);
getDialog().getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN);
view.findViewById(R.id.ok).setOnClickListener(this);