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

Commit c99b3792 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

QSFooter Visible and Clickable set onFinishInflate

Test: manual, switch to dark mode
Change-Id: Ideab65b061dc79b2e10a9f443c1a6fd59eb64299
Fixes: 120677657
parent a4d54848
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -189,6 +189,7 @@ public class QSFooterImpl extends FrameLayout implements QSFooter,
        addOnLayoutChangeListener((v, left, top, right, bottom, oldLeft, oldTop, oldRight,
                oldBottom) -> updateAnimator(right - left));
        setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES);
        updateEverything();
    }

    private void updateAnimator(int width) {