Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Remove keyboards back handler whenit's dismissed (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and MortimerGoro committed Sep 17, 2018
1 parent 8a843ab commit 074593e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ public void dismiss() {
mWidgetPlacement.visible = false;
mWidgetManager.updateWidget(this);

mWidgetManager.popBackHandler(mBackHandler);

mIsCapsLock = false;
mIsLongPress = false;
handleShift(false);
Expand Down

0 comments on commit 074593e

Please sign in to comment.