Make ContactSelectorFragment reusable

This commit is contained in:
Torsten Grote
2016-10-13 10:04:00 -03:00
parent d25f4d1fbe
commit bd1f3fc2bd
11 changed files with 55 additions and 27 deletions

View File

@@ -28,7 +28,7 @@ public class ShareForumActivity extends ShareActivity {
/**
* This must only be called from a DbThread
*/
boolean isDisabled(GroupId groupId, Contact c) throws DbException {
public boolean isDisabled(GroupId groupId, Contact c) throws DbException {
return !forumSharingManager.canBeShared(groupId, c);
}
}