Compare commits

..

1 Commits

Author SHA1 Message Date
akwizgran
e1502e6fab Disable image attachments for remote contacts alpha. 2019-06-28 14:22:35 +01:00

View File

@@ -239,7 +239,7 @@ public class AppModule {
@Override
public boolean shouldEnableImageAttachments() {
return IS_DEBUG_BUILD;
return false;
}
@Override