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

Commit cebde37a authored by d34d's avatar d34d Committed by Gerrit Code Review
Browse files

Merge "Themes: Set bounds on iconUpon" into cm-11.0

parents 0ce4d00a 2734a07b
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);