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

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

Change-Id: Idc7c4675601981a6e1292bf6951607dbd7561a45
This commit is contained in:
TreeHugger Robot
2021-12-14 13:39:16 +00:00
committed by Automerger Merge Worker

View File

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