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

Commit f78deb2a 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

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

Change-Id: I07944aaea81937e6dd0a421f55054c8f4cffac8b
parents 1377984d 6a63b739
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