Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj committed Dec 23, 2024
1 parent d49957a commit d4fd091
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PostHog/Utils/UIWindow+.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## UIRemoteKeyboardWindow
This is the window that manages the actual keyboard

The following system view controllers were observed to be presented in a UIRemoteKeyboardWindow window
- UIInputWindowController
- UICompatibilityInputViewController
Expand All @@ -27,14 +27,14 @@
- _UIRemoteInputViewController
- _UISceneHostingViewController
- STKEmojiAndStickerCollectionViewController

## UITextEffectsWindow
Hosts system components like the magnifying glass for text selection, predictive text suggestions, copy/paste menus, input accessory views etc.

The following system view controllers were observed to be presented in a UITextEffectsWindow window
- UIInputWindowController
- UICompatibilityInputViewController

These view controllers should not appear in a $screen event. If they do, then it means that they are presented in a UIWindow not listed below
*/
private let knownKeyboardWindowTypes: [String] = [
Expand Down

0 comments on commit d4fd091

Please sign in to comment.