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

Commit a4483361 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Fix ClassNotFoundException for FixedScaleDrawable

Change-Id: I6198a77ddb49505ead86de91dd7096a681873a1d
parent 3d6fa520
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,6 +17,6 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@color/legacy_icon_background"/>
    <foreground>
        <com.android.launcher3.graphics.FixedScaleDrawable />
        <com.android.launcher3.icons.FixedScaleDrawable />
    </foreground>
</adaptive-icon>