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

Commit 71ec47df authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix performance regression by freeing bitmap after use" into main

parents 93179f14 964877f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2209,6 +2209,7 @@ public class WallpaperManager {
                                mContext.getUserId());
                        instance = sGlobals.mService.getWallpaperInstance(which,
                                mContext.getUserId());
                        bitmap.recycle();
                    }
                }
                return instance;