Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 679bfc17 authored by Marco Nelissen's avatar Marco Nelissen Committed by The Android Open Source Project
Browse files

am 1746d6fe: Fix a bug that findbugs found

Merge commit '1746d6fe'

* commit '1746d6fe':
  Fix a bug that findbugs found
parents 4ae6aa23 1746d6fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
        }