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

* commit 'f4e1d10cd35a4c1f87ec6dc3e59a9d08e562ffca':
  Kill ActivityView's background thread when it's destroyed
This commit is contained in:
Ned Burns
2015-09-25 21:10:09 +00:00
committed by Android Git Automerger

View File

@@ -239,6 +239,8 @@ public class ActivityView extends ViewGroup {
}
mTextureView.setSurfaceTextureListener(null);
mThread.quit();
}
private void attachToSurfaceWhenReady() {