commit | ff312e53abd66e6731157b1a7ddf2e9901ebba53 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Thu Apr 09 18:32:21 2015 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Thu Apr 09 18:32:21 2015 -0700 |
tree | 72fd3748f9aa3f4229698d5350fb25d389a231c6 | |
parent | 9884fd26d5f0a316117f1cebf0c635bcc8a6de4d [diff] |
Build fix Change-Id: I2cbf90dada48ccff17235fb63d66684d2c4eb791
diff --git a/src/com/android/launcher3/FolderPagedView.java b/src/com/android/launcher3/FolderPagedView.java index 247c552..6174892 100644 --- a/src/com/android/launcher3/FolderPagedView.java +++ b/src/com/android/launcher3/FolderPagedView.java
@@ -124,16 +124,12 @@ 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;