Skip to content

Commit

Permalink
key navigation in top-level file manager view has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
geometer committed Jan 17, 2011
1 parent eebec6f commit 68e993f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public void onCreate(Bundle savedInstanceState) {
addItem(Paths.BooksDirectoryOption().getValue(), "fileTreeLibrary");
addItem("/", "fileTreeRoot");
addItem(Environment.getExternalStorageDirectory().getPath(), "fileTreeCard");
adapter.notifyDataSetChanged();
} else {
setTitle(myPath);
startUpdate();
Expand Down

0 comments on commit 68e993f

Please sign in to comment.