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

Commit 8a4c89a3 authored by Dake Gu's avatar Dake Gu Committed by Android (Google) Code Review
Browse files

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

parents 99137c5e d761dcaf
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;
        }