summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/trebuchet/SearchDropTargetBar.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/cyanogenmod/trebuchet/SearchDropTargetBar.java')
-rw-r--r--src/com/cyanogenmod/trebuchet/SearchDropTargetBar.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/cyanogenmod/trebuchet/SearchDropTargetBar.java b/src/com/cyanogenmod/trebuchet/SearchDropTargetBar.java
index 00b5f389e..1f6335fdf 100644
--- a/src/com/cyanogenmod/trebuchet/SearchDropTargetBar.java
+++ b/src/com/cyanogenmod/trebuchet/SearchDropTargetBar.java
@@ -64,7 +64,7 @@ public class SearchDropTargetBar extends FrameLayout implements DragController.D
public SearchDropTargetBar(Context context, AttributeSet attrs, int defStyle) {
super(context, attrs, defStyle);
- mShowQSBSearchBar = PreferencesProvider.Interface.Homescreen.getShowSearchBar(context);
+ mShowQSBSearchBar = PreferencesProvider.Interface.Homescreen.getShowSearchBar();
}
public void setup(Launcher launcher, DragController dragController) {