From 7b3f5ec33b10e92e31dc0ab299101e367c3f0d4f Mon Sep 17 00:00:00 2001 From: Dmitry Donskoy Date: Wed, 20 Feb 2019 13:37:32 +0300 Subject: [PATCH] [android] Change category limit --- .../mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java b/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java index 5ede4b4ed3..6b219ac1c4 100644 --- a/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java +++ b/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java @@ -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