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

Commit d761dcaf authored by Dake Gu's avatar Dake Gu
Browse files

TransitionSet: fix excludeTarget not working

b/16552254

Change-Id: I01467e258754d95f1b9fa61a27d1da98eed9b57c
parent a4cc9660
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -371,6 +371,8 @@ public class TransitionSet extends Transition {

    private TransitionValuesMaps removeExcludes(TransitionValuesMaps values) {
        if (mTargetIds.isEmpty() && mTargetIdExcludes == null && mTargetTypeExcludes == null
                && mTargetNames == null && mTargetTypes == null
                && mTargetExcludes == null && mTargetNameExcludes == null
                && mTargets.isEmpty()) {
            return values;
        }