am 1746d6fe: Fix a bug that findbugs found
Merge commit '1746d6fefcb1b4869f475a81f5aec35db4695603' * commit '1746d6fefcb1b4869f475a81f5aec35db4695603': Fix a bug that findbugs found
This commit is contained in:
committed by
The Android Open Source Project
commit
679bfc1773
@@ -1353,7 +1353,7 @@ public class SearchDialog extends Dialog implements OnItemClickListener, OnItemS
|
||||
private SearchDialog mSearchDialog;
|
||||
|
||||
public SearchAutoComplete(Context context) {
|
||||
super(null);
|
||||
super(context);
|
||||
mThreshold = getThreshold();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user