Compare commits

...

1 Commits

Author SHA1 Message Date
akwizgran
4a4d336126 Disable image attachments for remote contacts alpha. 2019-06-10 17:47:48 +01:00

View File

@@ -34,7 +34,7 @@ public interface TestingConstants {
/** /**
* Feature flag for enabling image attachments. * Feature flag for enabling image attachments.
*/ */
boolean FEATURE_FLAG_IMAGE_ATTACHMENTS = IS_DEBUG_BUILD; boolean FEATURE_FLAG_IMAGE_ATTACHMENTS = false;
/** /**
* Feature flag for enabling adding contacts at a distance. * Feature flag for enabling adding contacts at a distance.