Skip to content
Snippets Groups Projects
Commit 1d7c28ea authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Fix initial focus in Adv options dialog

parent 67999950
No related branches found
No related tags found
No related merge requests found
......@@ -627,7 +627,7 @@ public class AdvOptionsDialog extends DialogFragment implements View.OnClickList
private class AdvOptionsAdapter extends RecyclerView.Adapter<AdvOptionsAdapter.ViewHolder> {
private ArrayList<Option> mList = new ArrayList<>();
private int mSelection = -1;
private int mSelection = 0;
public AdvOptionsAdapter() {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(AdvOptionsDialog.this.getContext());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment