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

Commit cc623857 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "CEC: Remove the TODO in HdmiPlaybackClient class"

parents 36cd81b3 4e891c6e
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) {