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

Commit db8f7ab7 authored by Youngsang Cho's avatar Youngsang Cho
Browse files

Fix build breakage

Change-Id: Ic52e2d767f3adfedfa4e78aa2510d480c537c857
parent d608f3ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -535,7 +535,7 @@ public final class TvInputManager {
            mHandler.post(new Runnable() {
                @Override
                public void run() {
                    mListener.onInputUpdated(inputId);
                    mCallback.onInputUpdated(inputId);
                }
            });
        }
@@ -732,7 +732,7 @@ public final class TvInputManager {
            @Override
            public void onInputUpdated(String inputId) {
                synchronized (mLock) {
                    for (TvInputListenerRecord record : mTvInputListenerRecordsList) {
                    for (TvInputCallbackRecord record : mCallbackRecords) {
                        record.postInputUpdated(inputId);
                    }
                }