Skip to content

Commit dad96c7

Browse files
committed
Fix CIDR not cleared
1 parent 9d9d736 commit dad96c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/emanuelef/remote_capture/model/MatchList.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ public void clear(boolean notify) {
491491
mMatches.clear();
492492
mPackageToUid.clear();
493493
mUids.clear();
494+
mCidrs.clear();
494495

495496
if(notify && hasRules)
496497
notifyListeners();

0 commit comments

Comments
 (0)