am 6aeeeefb: am 98047dc3: Clear search widget animation in Launcher.onResume()

Merge commit '6aeeeefb158d1af21c7690d83a2155420cbc1b85' into eclair-mr2-plus-aosp

* commit '6aeeeefb158d1af21c7690d83a2155420cbc1b85':
  Clear search widget animation in Launcher.onResume()
This commit is contained in:
Bjorn Bringert
2009-11-24 14:00:56 -08:00
committed by Android Git Automerger
+1 -7
View File
@@ -418,13 +418,7 @@ public final class Launcher extends Activity
// itself again.
mWorkspace.post(new Runnable() {
public void run() {
ISearchManager searchManagerService = ISearchManager.Stub.asInterface(
ServiceManager.getService(Context.SEARCH_SERVICE));
try {
searchManagerService.stopSearch();
} catch (RemoteException e) {
Log.e(TAG, "error stopping search", e);
}
stopSearch();
}
});
}