mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Make ContactSelectorFragment reusable
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user