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

Commit 2734a07b authored by d34d's avatar d34d
Browse files

Themes: Set bounds on iconUpon

Change-Id: I90720b87ed6d5c30f342bd0e1c149e8a6e238d6e
parent 4d807141
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -522,6 +522,7 @@ public class IconPackHelper {
            }
            // Finally draw the foreground if one was supplied
            if (iconUpon != null) {
                iconUpon.setBounds(icon.getBounds());
                iconUpon.draw(canvas);
            }
            icon.setBounds(oldBounds);