Huawei: Increase app icons upload limit to 30

This commit is contained in:
Me7c7
2025-08-21 17:41:37 +03:00
parent 9392413c26
commit 87491c90c7
@@ -43,7 +43,7 @@ import nodomain.freeyourgadget.gadgetbridge.util.NotificationUtils;
public class NotificationsAppIconAdapter extends RecyclerView.Adapter<NotificationsAppIconAdapter.NotificationsAppIconViewHolder> implements Filterable {
public static int MAX_SELECT_COUNT = 10;
public static int MAX_SELECT_COUNT = 30;
private final Context context;