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

Commit 4cd9ed68 authored by Paul Soulos's avatar Paul Soulos
Browse files

Remove animation on see more/see less text

bug: 17445957
Change-Id: I35cacb9a0e3f414ff36b97b2962533da39548332
parent 793e73c8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -774,6 +774,8 @@ public class ExpandingEntryCardView extends CardView {
        transitionSet.addTransition(boundsTransition);
        transitionSet.addTransition(fadeIn);

        transitionSet.excludeTarget(R.id.text, /* exclude = */ true);

        final ViewGroup transitionViewContainer = mAnimationViewGroup == null ?
                this : mAnimationViewGroup;