Loading packages/DocumentsUI/src/com/android/documentsui/dirlist/FragmentTuner.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -104,7 +104,8 @@ public abstract class FragmentTuner { return false; 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 // In this case nothing *ever* is selectable...the expected user behavior is // they navigate *into* a folder, then click a confirmation button indicating // they navigate *into* a folder, then click a confirmation button indicating // that the current directory is the directory they are picking. // that the current directory is the directory they are picking. Loading Loading
packages/DocumentsUI/src/com/android/documentsui/dirlist/FragmentTuner.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -104,7 +104,8 @@ public abstract class FragmentTuner { return false; 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 // In this case nothing *ever* is selectable...the expected user behavior is // they navigate *into* a folder, then click a confirmation button indicating // they navigate *into* a folder, then click a confirmation button indicating // that the current directory is the directory they are picking. // that the current directory is the directory they are picking. Loading