Skip to content

Commit 59e64f1

Browse files
committed
Make fullscreenDetector also invisible
1 parent 2e61d39 commit 59e64f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/SuggestionWidget/SuggestionWidgetController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public final class SuggestionWidgetController: NSObject {
2525
it.backgroundColor = .clear
2626
it.collectionBehavior = [.canJoinAllSpaces, .fullScreenAuxiliary, .transient]
2727
it.hasShadow = false
28-
it.setIsVisible(true)
28+
it.setIsVisible(false)
2929
it.canBecomeKeyChecker = { false }
3030
return it
3131
}()

0 commit comments

Comments
 (0)