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

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

am 99fa24ff: am 11b87b91: am 1b69fcbf: am f4e1d10c: Kill ActivityView\'s...

am 99fa24ff: am 11b87b91: am 1b69fcbf: am f4e1d10c: Kill ActivityView\'s background thread when it\'s destroyed

* commit '99fa24ff':
  Kill ActivityView's background thread when it's destroyed
parents 17b188df 99fa24ff
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() {