mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Fix Remove Error
This commit is contained in:
parent
4f40c5592e
commit
8c7df4a721
1 changed files with 1 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ extension ContentView: View {
|
|||
.navigationBarHidden(true)
|
||||
}
|
||||
}
|
||||
.onAppear(perform: self.updateStatus)
|
||||
.onChange(of: self.scenePhase) { phase in
|
||||
if phase == .active {
|
||||
self.updateStatus()
|
||||
|
|
|
|||
Loading…
Reference in a new issue