Skip to content

Commit

Permalink
Uh oh
Browse files Browse the repository at this point in the history
  • Loading branch information
pelya committed Oct 14, 2010
1 parent a92e490 commit 679f64d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/src/Settings.java
Expand Up @@ -294,8 +294,6 @@ public void onClick(DialogInterface dialog, int item)
alert.show();
}

Globals.UseTouchscreenKeyboard = false;
Globals.UseAccelerometerAsArrowKeys = false;

static void showAdditionalInputConfig(final MainActivity p)
{
Expand All @@ -309,6 +307,9 @@ static void showAdditionalInputConfig(final MainActivity p)
p.getResources().getString(R.string.controls_accelnav),
};

Globals.UseTouchscreenKeyboard = false;
Globals.UseAccelerometerAsArrowKeys = false;

AlertDialog.Builder builder = new AlertDialog.Builder(p);
builder.setTitle(p.getResources().getString(R.string.controls_additional));
builder.setMultiChoiceItems(items, null, new DialogInterface.OnMultiChoiceClickListener()
Expand Down

0 comments on commit 679f64d

Please sign in to comment.