|
@@ -389,6 +389,7 @@ public class ReceiveExternalFilesActivity extends FileActivity
|
|
} else {
|
|
} else {
|
|
actionBar.setTitle(current_dir);
|
|
actionBar.setTitle(current_dir);
|
|
}
|
|
}
|
|
|
|
+
|
|
boolean notRoot = (mParents.size() > 1);
|
|
boolean notRoot = (mParents.size() > 1);
|
|
|
|
|
|
actionBar.setDisplayHomeAsUpEnabled(notRoot);
|
|
actionBar.setDisplayHomeAsUpEnabled(notRoot);
|