mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-26 01:26:35 +00:00
clear touch listeners when updating suggestions, fixes #164
This commit is contained in:
parent
5861c892bf
commit
4377effa9e
1 changed files with 3 additions and 0 deletions
|
@ -236,6 +236,9 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick
|
||||||
removeAllDebugInfoViews();
|
removeAllDebugInfoViews();
|
||||||
mStripVisibilityGroup.showSuggestionsStrip();
|
mStripVisibilityGroup.showSuggestionsStrip();
|
||||||
dismissMoreSuggestionsPanel();
|
dismissMoreSuggestionsPanel();
|
||||||
|
for (final TextView word : mWordViews) {
|
||||||
|
word.setOnTouchListener(null);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void removeAllDebugInfoViews() {
|
private void removeAllDebugInfoViews() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue