Add sharing information to private group ActionBar subtitle

This commit is contained in:
Torsten Grote
2016-12-12 11:42:31 -02:00
parent 378a8f0a10
commit 45b5040254
8 changed files with 75 additions and 26 deletions

View File

@@ -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)) {