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

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

Remove unused Keyboard.purgeKeyboardAndClosing method

Change-Id: Ia09ac04b0edca2a22d64ba83e054b115fe8851a6
parent 64cc1076
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -1029,6 +1029,7 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy,
        cancelAllMessages();
        onCancelMoreKeysPanel();
        mInvalidateAllKeys = true;
        mKeyboard = null;
        requestLayout();
    }

@@ -1062,11 +1063,6 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy,
        return false;
    }

    public void purgeKeyboardAndClosing() {
        mKeyboard = null;
        closing();
    }

    @Override
    protected void onDetachedFromWindow() {
        super.onDetachedFromWindow();