Skip to content

Commit

Permalink
Better icon
Browse files Browse the repository at this point in the history
  • Loading branch information
harshad1 committed Jan 11, 2025
1 parent b35b3d5 commit 2f6c5c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ public static void showFolderSortDialog(
layouts.add(android.R.layout.simple_list_item_multiple_choice);

data.add(activity.getString(R.string.dotfiles));
icons.add(R.drawable.ic_filter_center_focus_black_24dp);
icons.add(R.drawable.ic_regex_black_24dp);
layouts.add(android.R.layout.simple_list_item_multiple_choice);

dopt.data = data;
Expand Down

0 comments on commit 2f6c5c1

Please sign in to comment.