瀏覽代碼

home: open popup cannot open again if closed by swiping down

Fixes #4260
osy 3 年之前
父節點
當前提交
44f746ac7a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Platform/Shared/ContentView.swift

+ 1 - 0
Platform/Shared/ContentView.swift

@@ -87,6 +87,7 @@ struct ContentView: View {
             data.newVM()
         }.onReceive(NSNotification.OpenVirtualMachine) { _ in
             data.showNewVMSheet = false
+            openSheetPresented = false
             // FIXME: SwiftUI bug on iOS requires this wait
             DispatchQueue.main.asyncAfter(deadline: .now() + 0.02) {
                 openSheetPresented = true