mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 00:37:47 +00:00
parent
b7109e9ebb
commit
5a0f671aa4
@ -99,7 +99,7 @@ public class GroupDatabase extends Database {
|
||||
}
|
||||
|
||||
public boolean isUnknownGroup(String groupId) {
|
||||
return getGroup(groupId) == null;
|
||||
return !getGroup(groupId).isPresent();
|
||||
}
|
||||
|
||||
public Reader getGroupsFilteredByTitle(String constraint) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user