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

Commit 71bda351 authored by Jae Seo's avatar Jae Seo Committed by Android Git Automerger
Browse files

am 89d8fb55: am 7edaf55a: Merge "TIF: fix setSurface() logic" into lmp-mr1-dev

* commit '89d8fb55':
  TIF: fix setSurface() logic
parents 4ddbed3d 89d8fb55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {