Merge "Don\'t allow selection in copy dest picker." into nyc-dev

am: 08e5936

* commit '08e5936485a830ee80c4bf42a8402e1d13a783f9':
  Don't allow selection in copy dest picker.
This commit is contained in:
Steve McKay
2016-03-16 20:12:14 +00:00
committed by android-build-merger

View File

@@ -104,7 +104,8 @@ public abstract class FragmentTuner {
return false;
}
if (mState.action == ACTION_OPEN_TREE) {
if (mState.action == ACTION_OPEN_TREE
|| mState.action == ACTION_PICK_COPY_DESTINATION) {
// In this case nothing *ever* is selectable...the expected user behavior is
// they navigate *into* a folder, then click a confirmation button indicating
// that the current directory is the directory they are picking.