mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 04:18:53 +01:00
Custodian closes tcp socket following error
This commit is contained in:
@@ -225,7 +225,7 @@ class OwnerReturnShardViewModel extends AndroidViewModel
|
||||
}
|
||||
}
|
||||
|
||||
// TODO figure out how to actually use a set for these objects
|
||||
// TODO figure out how to actually use a hash set for these objects
|
||||
public boolean addToShardSet(ReturnShardPayload toAdd) {
|
||||
boolean found = false;
|
||||
for (ReturnShardPayload returnShardPayload : recoveredShards) {
|
||||
|
||||
Reference in New Issue
Block a user