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

Commit 1b69fcbf authored by Ned Burns's avatar Ned Burns Committed by Android Git Automerger
Browse files

am f4e1d10c: Kill ActivityView\'s background thread when it\'s destroyed

* commit 'f4e1d10c':
  Kill ActivityView's background thread when it's destroyed
parents b17d1e5e f4e1d10c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -239,6 +239,8 @@ public class ActivityView extends ViewGroup {
        }

        mTextureView.setSurfaceTextureListener(null);

        mThread.quit();
    }

    private void attachToSurfaceWhenReady() {