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

Commit a682d081 authored by Dmitrii Zhestilevskii's avatar Dmitrii Zhestilevskii Committed by Gerrit Code Review
Browse files

Merge "Fix double wallpaper attachment (race) when it is gone"

parents 05d1acf6 7b7053fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1337,6 +1337,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
                    }
                    FgThread.getHandler().removeCallbacks(mResetRunnable);
                    mContext.getMainThreadHandler().removeCallbacks(mTryToRebindRunnable);
                    mContext.getMainThreadHandler().removeCallbacks(mDisconnectRunnable);
                }
            }
        }