mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 20:59:54 +01:00
Add sharing information to private group ActionBar subtitle
This commit is contained in:
@@ -441,6 +441,9 @@ public class PrivateGroupManagerIntegrationTest
|
||||
Collection<GroupMember> members2 = groupManager2.getMembers(groupId0);
|
||||
assertEquals(3, members2.size());
|
||||
|
||||
// 1 and 2 add each other
|
||||
addContacts1And2();
|
||||
|
||||
// assert that contact relationship is not revealed initially
|
||||
for (GroupMember m : members1) {
|
||||
if (m.getAuthor().equals(author2)) {
|
||||
|
||||
Reference in New Issue
Block a user