Make sure the customize view loads controller A by default

This commit is contained in:
TwistedUmbrella 2014-01-27 09:41:10 -05:00
parent 0d5f25334f
commit bb302f1cab
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ public class InputModFragment extends Fragment {
private SharedPreferences mPrefs;
private Switch switchModifiedLayoutEnabled;
private Switch switchCompatibilityEnabled;
private String player;
private String player = "_A";
private int sS = 2;
// Container Activity must implement this interface
@ -85,7 +85,7 @@ public class InputModFragment extends Fragment {
}
public void onNothingSelected(AdapterView<?> arg0) {
// player = "A";
player = "_A";
}
});