summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2025-03-14 14:05:58 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2025-03-14 14:05:58 -0700
commit86045eadd72846b1c7254ed241cc4e4574abce08 (patch)
tree3fd2189be2f178e9cfdeda43f8f447508ef3dc23
parente7b099efee8d4402d42560356eb5d16db17f10a7 (diff)
parent029315d9f53b4d17a21e5e57d247c874fc9aa493 (diff)
Merge "Making GridCustomizatonProxy extendible" into main
-rw-r--r--src/com/android/launcher3/graphics/GridCustomizationsProxy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/graphics/GridCustomizationsProxy.java b/src/com/android/launcher3/graphics/GridCustomizationsProxy.java
index 48519ce8bc..b40e099218 100644
--- a/src/com/android/launcher3/graphics/GridCustomizationsProxy.java
+++ b/src/com/android/launcher3/graphics/GridCustomizationsProxy.java
@@ -143,7 +143,7 @@ public class GridCustomizationsProxy implements ProxyProvider {
private final InvariantDeviceProfile mIdp;
@Inject
- GridCustomizationsProxy(
+ protected GridCustomizationsProxy(
@ApplicationContext Context context,
ThemeManager themeManager,
LauncherPrefs prefs,