* commit '92dc4e5b46e64c64c4b9472b929e69b7cf2cba87': Adjust to onCreateSession() method signature change
This commit is contained in:
@@ -57,7 +57,7 @@ public class AtscTvInputService extends TvInputService {
|
||||
}
|
||||
|
||||
@Override
|
||||
public TvInputService.Session onCreateSession() {
|
||||
public TvInputService.Session onCreateSession(String inputId) {
|
||||
return new MyTvInputSessionImpl();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user