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

Commit f4e1962d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "CEC: Remove the TODO in HdmiPlaybackClient class" am: cc623857

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1666843

Change-Id: I1e4ebd2c263d627dc9afb38a1a7ffcd37f1a73e9
parents be4f683e cc623857
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -84,7 +84,6 @@ public final class HdmiPlaybackClient extends HdmiClient {
     *         of the result
     */
    public void oneTouchPlay(OneTouchPlayCallback callback) {
        // TODO: Use PendingResult.
        try {
            mService.oneTouchPlay(getCallbackWrapper(callback));
        } catch (RemoteException e) {