There was an error while loading. Please reload this page.
1 parent bc77c8b commit fb1c98eCopy full SHA for fb1c98e
CursorLoaderDemo/src/com/example/cursorloaderdemo/MainActivity.java
@@ -39,7 +39,7 @@ protected void onCreate(Bundle savedInstanceState) {
39
android.R.layout.simple_list_item_2, null,
40
new String[] { },
41
new int[] { android.R.id.text1, android.R.id.text2 }, 0);
42
- setListAdapter(mAdapter);
+setListAdapter(mAdapter);
43
44
// Prepare the loader. Either re-connect with an existing one,
45
// or start a new one.
0 commit comments