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

This commit is contained in:
TreeHugger Robot
2021-12-14 13:05:15 +00:00
committed by Android (Google) Code Review

View File

@@ -668,6 +668,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable
public void setIsRemoteInputActive(boolean isActive) {
mIsRemoteInputActive = isActive;
updateFooter();
}
@VisibleForTesting