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

Commit 1746d6fe authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Fix a bug that findbugs found

parent 109b21ba
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();
        }