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

Commit 73cd4c14 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix onDeatchedFromWindow to protected

Change-Id: Ief666554ffd405a43363e66ea2bc2d87aa76a882
parent 17fbdbc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -968,7 +968,7 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy {
    }

    @Override
    public void onDetachedFromWindow() {
    protected void onDetachedFromWindow() {
        super.onDetachedFromWindow();
        closing();
        if (mPreviewPlacer != null) {
+1 −1
Original line number Diff line number Diff line
@@ -862,7 +862,7 @@ public class SuggestionsView extends RelativeLayout implements OnClickListener,
    }

    @Override
    public void onDetachedFromWindow() {
    protected void onDetachedFromWindow() {
        super.onDetachedFromWindow();
        mHandler.cancelAllMessages();
        hidePreview();