Skip to content

Commit

Permalink
Launcher: fix home category as initial category (fixes #17)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfajdiga committed Jul 19, 2024
1 parent 7d90ef8 commit 1350f44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import peterfajdiga.fastdraw.views.NestedScrollChildManager;

public class Launcher {
public static final String HOME_CATEGORY_NAME = "HOME";
public static final String HOME_CATEGORY_NAME = "home";

private final PrefMap itemCategoryMap;
private final PrefMap categoriesOrderMap;
Expand Down

0 comments on commit 1350f44

Please sign in to comment.