Skip to content

Commit 37d0458

Browse files
neobuddy89nullxception
authored andcommitted
Launcher3: Make icon pack support themed icons
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
1 parent ec900f9 commit 37d0458

2 files changed

Lines changed: 1 addition & 86 deletions

File tree

src/com/android/launcher3/icons/RoundIconProvider.java

Lines changed: 0 additions & 85 deletions
This file was deleted.

src/com/android/launcher3/icons/ThirdPartyIconProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import static com.android.launcher3.icons.BaseIconFactory.CONFIG_HINT_NO_WRAP;
1313

1414
@SuppressWarnings("unused")
15-
public class ThirdPartyIconProvider extends RoundIconProvider {
15+
public class ThirdPartyIconProvider extends LauncherIconProvider {
1616
private final Context mContext;
1717

1818
public ThirdPartyIconProvider(Context context) {

0 commit comments

Comments
 (0)