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

Commit 6a63b739 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix footer visibility w/r/t remote input" into sc-v2-dev

parents b868b036 910e0454
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -668,6 +668,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable

    public void setIsRemoteInputActive(boolean isActive) {
        mIsRemoteInputActive = isActive;
        updateFooter();
    }

    @VisibleForTesting