mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 13:19:52 +01:00
Enable remote contacts for beta release.
This commit is contained in:
@@ -244,7 +244,7 @@ public class AppModule {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean shouldEnableRemoteContacts() {
|
public boolean shouldEnableRemoteContacts() {
|
||||||
return IS_DEBUG_BUILD;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user