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

Commit 4e891c6e authored by Aravind Angadi's avatar Aravind Angadi
Browse files

CEC: Remove the TODO in HdmiPlaybackClient class

HdmiControlService.oneTouchPlay method is already switching the
long running one touch play process to the service thread from
the UI thread and is also able to handle multiple OTP requests
in parallel. Remove TODO to use PendingResult.

Bug: 159901363
Test: None
Change-Id: Ife8c8268edb8a40255a52dd1eda2ab60020803c8
parent 36cd81b3
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) {