Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d483f8bf authored by ztenghui's avatar ztenghui
Browse files

FilterDirectRepresentation always should be considered as has modification.

Therefore isNil should be false.

bug:9468909
Change-Id: I9946d060e7a1c73b6dc27c73d8f3b7986343de98
parent 47886ac7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -22,8 +22,4 @@ public class FilterDirectRepresentation extends FilterRepresentation {
        super(name);
    }

    public boolean isNil() {
        return true;
    }

}