Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b84b9c21 authored by Mita Yun's avatar Mita Yun Committed by Android Git Automerger
Browse files

am 81f82d29: am aa8dc2ee: Removed mCallbackLooper from WallpaperService

* commit '81f82d29':
  Removed mCallbackLooper from WallpaperService
parents 875eef2d 81f82d29
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -960,13 +960,7 @@ public abstract class WallpaperService extends Service {
        IWallpaperEngineWrapper(WallpaperService context,
                IWallpaperConnection conn, IBinder windowToken,
                int windowType, boolean isPreview, int reqWidth, int reqHeight) {
            if (DEBUG && mCallbackLooper != null) {
                mCallbackLooper.setMessageLogging(new LogPrinter(Log.VERBOSE, TAG));
            }
            mCaller = new HandlerCaller(context,
                    mCallbackLooper != null
                            ? mCallbackLooper : context.getMainLooper(),
                    this, true /*asyncHandler*/);
            mCaller = new HandlerCaller(context, context.getMainLooper(), this, true);
            mConnection = conn;
            mWindowToken = windowToken;
            mWindowType = windowType;