summaryrefslogtreecommitdiffstats
path: root/src_ui_overrides
diff options
context:
space:
mode:
Diffstat (limited to 'src_ui_overrides')
-rw-r--r--src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java b/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java
index c4b4a4585..94abcce57 100644
--- a/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java
+++ b/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java
@@ -48,7 +48,7 @@ public class UiFactory {
public static void onTrimMemory(Launcher launcher, int level) { }
- public static View getHotseatExtraContent(Hotseat hotseat) {
- return null;
+ public static View[] getHotseatExtraContent(Hotseat hotseat) {
+ return new View[0];
}
}