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

Commit f0452adb authored by Sungsoo Lim's avatar Sungsoo Lim Committed by Android (Google) Code Review
Browse files

Merge "Call removeOverlayView() before onRelease()" into lmp-dev

parents f43192c8 1295b154
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -744,12 +744,12 @@ public abstract class TvInputService extends Service {
         * session.
         */
        void release() {
            removeOverlayView(true);
            onRelease();
            if (mSurface != null) {
                mSurface.release();
                mSurface = null;
            }
            removeOverlayView(true);
        }

        /**