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

Commit 6576ec61 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Fix IllegalStateException in KeyboardBaclightController" into...

Merge "Merge "Fix IllegalStateException in KeyboardBaclightController" into udc-dev am: 55e626a4 am: f9e5d171"
parents 2c7dda7d 1c299685
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ final class KeyboardBacklightController implements
                throw new IllegalStateException("The calling process has no registered "
                        + "KeyboardBacklightListener.");
            }
            if (record.mListener != listener) {
            if (record.mListener.asBinder() != listener.asBinder()) {
                throw new IllegalStateException("The calling process has a different registered "
                        + "KeyboardBacklightListener.");
            }