todos: Open the newly created list.

Change-Id: I420b2c8fad05958a3979761291c856191de4380d
diff --git a/android/app/src/main/java/io/v/android/apps/todos/NavigationDrawerFragment.java b/android/app/src/main/java/io/v/android/apps/todos/NavigationDrawerFragment.java
index 6b68836..72fe0f1 100644
--- a/android/app/src/main/java/io/v/android/apps/todos/NavigationDrawerFragment.java
+++ b/android/app/src/main/java/io/v/android/apps/todos/NavigationDrawerFragment.java
@@ -139,6 +139,7 @@
                     public void onClick(DialogInterface dialog, int which) {
                         mListNames.add(input.getText().toString());
                         refreshList();
+                        selectItem(mListNames.size() - 1);
                     }
                 })
                 .setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() {