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

Commit 94529dff authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed the group appear animation for messaging

Messaging notification weren't appearing properly.

Change-Id: I63724319b7cab87ff3d33df03f5959c2437da9f6
Fixes: 63708826
Test: manual, add messaging group
parent dae97c94
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -383,6 +383,12 @@ public class MessagingLayoutTransformState extends TransformState {
        }
    }

    @Override
    public void prepareFadeIn() {
        super.prepareFadeIn();
        setVisible(true /* visible */, false /* force */);
    }

    private void resetTransformedView(View child) {
        TransformState ownState = TransformState.createFrom(child, mTransformInfo);
        ownState.resetTransformedView();