From 4692eaf014f7fc40d2eacacd24f72eb7a5658e6b Mon Sep 17 00:00:00 2001 From: Jag-Marcel Date: Tue, 28 May 2024 19:46:38 +0200 Subject: [PATCH] Fix to inconsistent corners in 1x1 view (see #416) --- Keyboards/KeyboardsBase/KeyboardViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Keyboards/KeyboardsBase/KeyboardViewController.swift b/Keyboards/KeyboardsBase/KeyboardViewController.swift index d4e8eed5..d8e0d70b 100644 --- a/Keyboards/KeyboardsBase/KeyboardViewController.swift +++ b/Keyboards/KeyboardsBase/KeyboardViewController.swift @@ -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)