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

Commit 84206dab authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

Merge "Build fix" into ub-launcher3-burnaby

parents 4a1a38c8 ff312e53
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -124,16 +124,12 @@ public class FolderPagedView extends PagedView {

        if (ALLOW_ITEM_SORTING) {
            // Initialize {@link #mSortSwitch} and {@link #mSortButton}.
            mSortButton.setOnClickListener(new OnClickListener() {

                @Override
                public void onClick(View v) {
                    onSortClicked();
                }
            });
        }
    }

    /**
     * Called when sort button is clicked.
     */
    private void onSortClicked() {
        if (mSortOperationPending) {
            return;