Fix missing super call in PreviewPlacerView.onDetachedFromWindow

Change-Id: Iea79c0081cb66f54f161c0cf02cb365fcf88a07c
main
Tadashi G. Takaoka 2013-01-21 19:31:05 +09:00
parent 26a0c628b0
commit 78292e45cb
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ public final class PreviewPlacerView extends RelativeLayout {
@Override
protected void onDetachedFromWindow() {
super.onDetachedFromWindow();
mGestureFloatingPreviewText.onDetachFromWindow();
freeOffscreenBuffer();
}