am 98047dc3: Clear search widget animation in Launcher.onResume()
Merge commit '98047dc39fd56efc6bf1e93a46eb8614569d2226' into eclair-mr2 * commit '98047dc39fd56efc6bf1e93a46eb8614569d2226': Clear search widget animation in Launcher.onResume()
This commit is contained in:
@@ -418,13 +418,7 @@ public final class Launcher extends Activity
|
|||||||
// itself again.
|
// itself again.
|
||||||
mWorkspace.post(new Runnable() {
|
mWorkspace.post(new Runnable() {
|
||||||
public void run() {
|
public void run() {
|
||||||
ISearchManager searchManagerService = ISearchManager.Stub.asInterface(
|
stopSearch();
|
||||||
ServiceManager.getService(Context.SEARCH_SERVICE));
|
|
||||||
try {
|
|
||||||
searchManagerService.stopSearch();
|
|
||||||
} catch (RemoteException e) {
|
|
||||||
Log.e(TAG, "error stopping search", e);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user