Fix context menu for empty directory/root view.
Since it's not always true that there is a doc/directory given the (x, y) of the right click, I've changed the signature of right click to take in a MotionEvent object as a parameter, and make a MotionInputEvent inside the function as a check whether it's on a file/doc or on empty/blank pane. Bug: 29538570 Change-Id: I7ee960c9f556752bf314ab8cc2d94fda28194c0a (cherry picked from commit 332192dee8cb99bd2e6ef638e78d5b62ab7ecfe6)
Loading
Please register or sign in to comment