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

Commit 6c8aa0b1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Tweak log in DirectoryFragment.handleMenuItemClick()" into main

parents 07f9eded 9399ced8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1012,9 +1012,11 @@ public class DirectoryFragment extends Fragment implements SwipeRefreshLayout.On
            mActions.showSortDialog();
            return true;
        }

        if (DEBUG) {
            Log.d(TAG, "Unhandled menu item selected: " + item);
            Log.d(TAG, "Cannot handle unexpected menu item " + id);
        }

        return false;
    }