diff options
author | 2025-03-14 14:05:58 -0700 | |
---|---|---|
committer | 2025-03-14 14:05:58 -0700 | |
commit | 86045eadd72846b1c7254ed241cc4e4574abce08 (patch) | |
tree | 3fd2189be2f178e9cfdeda43f8f447508ef3dc23 | |
parent | e7b099efee8d4402d42560356eb5d16db17f10a7 (diff) | |
parent | 029315d9f53b4d17a21e5e57d247c874fc9aa493 (diff) |
Merge "Making GridCustomizatonProxy extendible" into main
-rw-r--r-- | src/com/android/launcher3/graphics/GridCustomizationsProxy.java | 2 |
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, |