mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Merge "Add shape detection logic only for circle icons" into ub-launcher3-qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ed45267bf9
@@ -529,7 +529,8 @@ public class FloatingIconView extends View implements
|
||||
bounds.inset(mBlurSizeOutline / 2, mBlurSizeOutline / 2);
|
||||
|
||||
try (LauncherIcons li = LauncherIcons.obtain(mLauncher)) {
|
||||
Utilities.scaleRectAboutCenter(bounds, li.getNormalizer().getScale(drawable, null));
|
||||
Utilities.scaleRectAboutCenter(bounds, li.getNormalizer().getScale(drawable, null,
|
||||
null, null));
|
||||
}
|
||||
|
||||
bounds.inset(
|
||||
|
||||
Reference in New Issue
Block a user