mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Disable image attachments for remote contacts alpha.
This commit is contained in:
@@ -239,7 +239,7 @@ public class AppModule {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean shouldEnableImageAttachments() {
|
public boolean shouldEnableImageAttachments() {
|
||||||
return IS_DEBUG_BUILD;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user