From 029315d9f53b4d17a21e5e57d247c874fc9aa493 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Tue, 11 Mar 2025 11:55:13 -0700 Subject: Making GridCustomizatonProxy extendible Bug: 381897614 Flag: com.android.launcher3.extendible_theme_manager Test: Manual Change-Id: I9a29e371a4159ba436d4caaffce4bcdaa7fd16e2 --- src/com/android/launcher3/graphics/GridCustomizationsProxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/com/android/launcher3/graphics/GridCustomizationsProxy.java b/src/com/android/launcher3/graphics/GridCustomizationsProxy.java index 70b9f46c1f..98456a625c 100644 --- a/src/com/android/launcher3/graphics/GridCustomizationsProxy.java +++ b/src/com/android/launcher3/graphics/GridCustomizationsProxy.java @@ -141,7 +141,7 @@ public class GridCustomizationsProxy implements ProxyProvider { private final InvariantDeviceProfile mIdp; @Inject - GridCustomizationsProxy( + protected GridCustomizationsProxy( @ApplicationContext Context context, ThemeManager themeManager, LauncherPrefs prefs, -- cgit v1.2.3-59-g8ed1b