[Fabric installer] fix crash when attempt ask for MC version

This commit is contained in:
khanhduytran0 2020-11-25 20:13:56 +07:00
parent c4c90873c8
commit 0f6ce6c7df

View file

@ -107,7 +107,7 @@ public class JavaGUILauncherActivity extends LoggableActivity {
AlertDialog.Builder d = new AlertDialog.Builder(JavaGUILauncherActivity.this);
d.setCancelable(false);
d.setTitle(title);
d.setView(message);
d.setView(editText);
d.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener(){
@Override