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

* commit '1b69fcbf810a805a0fa3dbfc6a3d7cc49d87f33e':
  Kill ActivityView's background thread when it's destroyed
This commit is contained in:
Ned Burns
2015-09-25 21:20:08 +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() {