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

Commit e064f516 authored by Tony Wickham's avatar Tony Wickham Committed by Android (Google) Code Review
Browse files

Merge "Update hotseat alpha in TaskbarLauncherStateController#init()" into sc-v2-dev

parents a46d3624 bf07660f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -128,6 +128,9 @@ public class MultiValueAlpha {

        public void setConsumer(Consumer<Float> consumer) {
            mConsumer = consumer;
            if (mConsumer != null) {
                mConsumer.accept(mValue);
            }
        }

        @Override