Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 587cf6b

Browse files
Update IconsSearchFragment.java
1 parent 39927c2 commit 587cf6b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/src/main/java/com/dm/material/dashboard/candybar/fragments/IconsSearchFragment.java

-3
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,6 @@ protected Boolean doInBackground(Void... voids) {
185185
while (!isCancelled()) {
186186
try {
187187
Thread.sleep(1);
188-
if (!getActivity().getResources().getBoolean(R.bool.enable_icons_sort))
189-
return true;
190-
191188
Collections.sort(mIcons, new AlphanumComparator() {
192189
@Override
193190
public int compare(Object o1, Object o2) {

0 commit comments

Comments
 (0)