Merge branch '2162-mailbox-pairing-ui' into 'master'

Implement UI for pairing Briar with mailbox

See merge request briar/briar!1585
This commit is contained in:
akwizgran
2022-02-18 14:50:10 +00:00
46 changed files with 1796 additions and 174 deletions

View File

@@ -25,6 +25,11 @@ public class TestFeatureFlagModule {
return true;
}
@Override
public boolean shouldEnableMailbox() {
return true;
}
@Override
public boolean shouldEnablePrivateGroupsInCore() {
return true;