automerge: 71bda35
* commit '71bda351510330c1a6c21474f518fa2f53bf4794':
TIF: fix setSurface() logic
This commit is contained in:
@@ -681,7 +681,7 @@ class TvInputHardwareManager implements TvInputHal.Callback {
|
||||
throw new IllegalStateException("Device already released.");
|
||||
}
|
||||
|
||||
int result = TvInputHal.ERROR_UNKNOWN;
|
||||
int result = TvInputHal.SUCCESS;
|
||||
if (surface == null) {
|
||||
// The value of config is ignored when surface == null.
|
||||
if (mActiveConfig != null) {
|
||||
|
||||
Reference in New Issue
Block a user