mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-12 17:40:11 -07:00
[Fabric installer] fix crash when attempt ask for MC version
This commit is contained in:
parent
c4c90873c8
commit
0f6ce6c7df
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue