mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Fix bug with displaying existing remote wipers
This commit is contained in:
@@ -612,7 +612,7 @@ public class RemoteWipeManagerImpl extends ConversationClientImpl
|
||||
@Override
|
||||
public boolean remoteWipeIsSetup(Transaction txn) {
|
||||
try {
|
||||
return !db.getGroupMetadata(txn, localGroup.getId()).isEmpty();
|
||||
return getWipers(txn).size() > 0;
|
||||
} catch (DbException e) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user