Fix 2257802 - Screen unresponsive when you get a call while moving the shortcuts or widgets on home screen

This commit is contained in:
Joe Onorato
2009-11-12 13:47:09 -08:00
parent 0faf71a13c
commit 24b6fd854f
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -437,6 +437,7 @@ public final class Launcher extends Activity
super.onPause();
dismissPreview(mPreviousView);
dismissPreview(mNextView);
mDragController.cancelDrag();
}
@Override