[android] Change category limit

This commit is contained in:
Dmitry Donskoy 2019-02-20 13:37:32 +03:00 committed by Aleksandr Zatsepin
parent 112bf0dc2d
commit 7b3f5ec33b

View file

@ -58,7 +58,7 @@ public class UgcSharingOptionsFragment extends BaseToolbarAuthFragment implement
private static final String UPLOAD_CONFIRMATION_DIALOG_TAG = "upload_confirmation_dialog";
private static final String UPDATE_CONFIRMATION_DIALOG_TAG = "update_confirmation_dialog";
private static final String ERROR_HTML_FORMATTING_DIALOG_TAG = "error_html_formatting_dialog";
private static final int MIN_REQUIRED_CATEGORY_SIZE = 0;
private static final int MIN_REQUIRED_CATEGORY_SIZE = 3;
@SuppressWarnings("NullableProblems")
@NonNull