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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user