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

Commit 910e0454 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Fix footer visibility w/r/t remote input

The field change wasn't triggering an update, causing the footer visibility to be stale, making it appear this was somehow inverted.

Fixes: 206112230
Test: activate and deactiveate remote input; ensure footer is present
Change-Id: I1d197389c4a8acac8c7f2c00e3044a738716b9c9
parent 9a33c9de
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