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

Commit baa29345 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix footer visibility w/r/t remote input" into sc-v2-dev am: 6a63b739 am: f78deb2a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16461335

Change-Id: Idc7c4675601981a6e1292bf6951607dbd7561a45
parents 6049f433 f78deb2a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -669,6 +669,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable

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

    @VisibleForTesting