update app name in resources, readme, comments, ...

This commit is contained in:
Helium314 2024-02-14 09:22:30 +01:00
parent 0109b073fa
commit be38a58c13
65 changed files with 156 additions and 215 deletions

View file

@ -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);
}