mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Huawei: Increase app icons upload limit to 30
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user