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

Commit 85644d78 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Really fix issue #:2097189 can't set custom wallpaper

Change-Id: Id0775b6c6716775c5da6f4fadf696571019279cc
parent 0c36a517
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {