Skip to content
Snippets Groups Projects
Unverified Commit 97223cce authored by akwizgran's avatar akwizgran
Browse files

Fixed a typo in a constant.

parent 08b191d7
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ public interface SharingConstants {
* The maximum length of the optional message from the inviter to the
* invitee in UTF-8 bytes.
*/
int MAX_INVITATION_MESSAGE_LENGTH = MAX_MESSAGE_BODY_LENGTH - 1204;
int MAX_INVITATION_MESSAGE_LENGTH = MAX_MESSAGE_BODY_LENGTH - 1024;
String CONTACT_ID = "contactId";
String GROUP_ID = "groupId";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment