summaryrefslogtreecommitdiff
path: root/src/com/android/dialer/list/PhoneFavoriteFragment.java
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-27 15:16:49 -0700
committerYorke Lee <yorkelee@google.com>2013-09-27 15:16:49 -0700
commit3ed80a357d780310777178ad589d7771d4f7bf2d (patch)
treefe46408871a6824f5fa0de10e32ae00ff066d8a6 /src/com/android/dialer/list/PhoneFavoriteFragment.java
parent50c92e029f55d07f48fc23355109b5da8fe3a7eb (diff)
Fix relayout requests when dragging
Also removed unneeded legacy code that shows the keyboard when the search view is focused. The framework does that automatically for us, and this code was causing problems by popping up the keyboard whenever you dragged a contact over the search view. Also turned off debug flag. Bug: 10965693 Change-Id: I2fb9cedecd2a78faa367f750f8a0aea9de68a359
Diffstat (limited to 'src/com/android/dialer/list/PhoneFavoriteFragment.java')
-rw-r--r--src/com/android/dialer/list/PhoneFavoriteFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/dialer/list/PhoneFavoriteFragment.java b/src/com/android/dialer/list/PhoneFavoriteFragment.java
index eca4d971f..d4fa7d492 100644
--- a/src/com/android/dialer/list/PhoneFavoriteFragment.java
+++ b/src/com/android/dialer/list/PhoneFavoriteFragment.java
@@ -74,7 +74,7 @@ public class PhoneFavoriteFragment extends Fragment implements OnItemClickListen
PhoneFavoritesTileAdapter.OnDataSetChangedForAnimationListener {
private static final String TAG = PhoneFavoriteFragment.class.getSimpleName();
- private static final boolean DEBUG = true;
+ private static final boolean DEBUG = false;
private int mAnimationDuration;