Merge "Fixing small regression where dropping from a folder causes the search bar to flash."

This commit is contained in:
Winson Chung 2011-09-09 11:34:13 -07:00 committed by Android (Google) Code Review
commit a1c7ff1219
1 changed files with 2 additions and 0 deletions

View File

@ -2304,6 +2304,8 @@ public final class Launcher extends Activity
}
void exitSpringLoadedDragModeDelayed(final boolean successfulDrop, boolean extendedDelay) {
if (mState != State.APPS_CUSTOMIZE_SPRING_LOADED) return;
mHandler.postDelayed(new Runnable() {
@Override
public void run() {