Skip to content

Commit

Permalink
Fix to inconsistent corners in 1x1 view (see scribe-org#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jag-Marcel committed May 28, 2024
1 parent 83b6192 commit 4692eaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Keyboards/KeyboardsBase/KeyboardViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ class KeyboardViewController: UIInputViewController {

/// Sets the tooltip to display information to the user.
func setInformationState() {
setFormDisplay1x1View()
let contentData = InformationToolTipData.getContent()
let datasources = contentData.enumerated().compactMap { _, text in
createInformationStateDatasource(text: text, backgroundColor: keyColor)
Expand Down

0 comments on commit 4692eaf

Please sign in to comment.