Merge "Fix footer visibility w/r/t remote input" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6a63b739aa
@@ -668,6 +668,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable
|
|||||||
|
|
||||||
public void setIsRemoteInputActive(boolean isActive) {
|
public void setIsRemoteInputActive(boolean isActive) {
|
||||||
mIsRemoteInputActive = isActive;
|
mIsRemoteInputActive = isActive;
|
||||||
|
updateFooter();
|
||||||
}
|
}
|
||||||
|
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
|
|||||||
Reference in New Issue
Block a user