Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d8e8962 authored by Steve McKay's avatar Steve McKay Committed by android-build-merger
Browse files

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

am: 23096f33

* commit '23096f33':
  Don't allow selection in copy dest picker.
parents d09075e5 23096f33
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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.