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

Commit 2849dfdd authored by Dake Gu's avatar Dake Gu Committed by Android Git Automerger
Browse files

am 29a67def: Merge "TransitionSet: fix excludeTarget not working" into lmp-dev

* commit '29a67def7910f321160d92c10406f34be36080ba':
  TransitionSet: fix excludeTarget not working
parents 7ae09aeb 8a4c89a3
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;
        }