mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-21 01:10:24 +00:00
update app name in resources, readme, comments, ...
This commit is contained in:
parent
0109b073fa
commit
be38a58c13
65 changed files with 156 additions and 215 deletions
|
@ -287,7 +287,7 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick
|
|||
public void onVisibilityChanged(@NonNull final View view, final int visibility) {
|
||||
super.onVisibilityChanged(view, visibility);
|
||||
if (view == this)
|
||||
// workaround for a bug with inline suggestions views that just keep showing up otherwise, https://github.com/Helium314/openboard/pull/386
|
||||
// workaround for a bug with inline suggestions views that just keep showing up otherwise, https://github.com/Helium314/HeliBoard/pull/386
|
||||
mSuggestionsStrip.setVisibility(visibility);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue