commit | f5ce1035d41b590c5a25074242baed9dbd48ef3f | [log] [tgz] |
---|---|---|
author | Ben Kwa <kenobi@google.com> | Fri Jan 08 08:41:34 2016 -0800 |
committer | Ben Kwa <kenobi@google.com> | Fri Jan 08 11:36:55 2016 -0800 |
tree | 5c0b175f11095d4922e08a50eca6ad63e5a7c01f | |
parent | 2e79249795ab7b48afe255daaa056f9a03119c76 [diff] |
Fix home key behaviour when there are no subdirs in cwd. The divider is extraneous when a directory contains only subdirs, or only files. The "only dirs" case works (the divider is omitted) but in the case where a directory contains only files, a divider gets inserted at position 0, which messes up navigation. This change adds code to avoid adding a divider when a directory contains only files. BUG=26406821 Change-Id: I7333911baf94e34bf428a3dd18b55694a73e3a62