am 85644d78: Really fix issue #:2097189 can\'t set custom wallpaper

Merge commit '85644d78894b66fa2903fb012b5122185767d1c5' into eclair-plus-aosp

* commit '85644d78894b66fa2903fb012b5122185767d1c5':
  Really fix issue #:2097189 can't set custom wallpaper
This commit is contained in:
Dianne Hackborn
2009-09-03 00:29:09 -07:00
committed by Android Git Automerger

View File

@@ -67,7 +67,7 @@ public class WallpaperManager {
Globals(Looper looper) {
IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE);
mService = IWallpaperManager.Stub.asInterface(b);
mHandler = new Handler() {
mHandler = new Handler(looper) {
@Override
public void handleMessage(Message msg) {
switch (msg.what) {