mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix missing super call in PreviewPlacerView.onDetachedFromWindow
Change-Id: Iea79c0081cb66f54f161c0cf02cb365fcf88a07c
This commit is contained in:
parent
26a0c628b0
commit
78292e45cb
@ -173,6 +173,7 @@ public final class PreviewPlacerView extends RelativeLayout {
|
||||
|
||||
@Override
|
||||
protected void onDetachedFromWindow() {
|
||||
super.onDetachedFromWindow();
|
||||
mGestureFloatingPreviewText.onDetachFromWindow();
|
||||
freeOffscreenBuffer();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user