private void updateBreadcrumbs() {
   String path = mDirStack.peek();
   mBreadcrumbs.setPath(path);
 }