Merge "CEC: Remove the TODO in HdmiPlaybackClient class"

This commit is contained in:
Treehugger Robot
2021-04-07 14:08:42 +00:00
committed by Gerrit Code Review

View File

@@ -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) {