Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rotate] supportedInterfaceOrientations default value is .all #315

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[entryWindow] How to remove a UIWindow?
  • Loading branch information
liam committed Aug 27, 2020
commit 4368e1d2318a96a3d4f56413c9d5afcb7db72a40
3 changes: 3 additions & 0 deletions Source/Infra/EKWindowProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ final class EKWindowProvider: EntryPresenterDelegate {

/** Clear all entries immediately and display to the rollback window */
func displayRollbackWindow() {
if #available(iOS 13.0, *) {
entryWindow.windowScene = nil
}
entryWindow = nil
entryView = nil
switch rollbackWindow! {
Expand Down