You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TipsGotTrolled/TipsGotTrolledApp.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ struct TipsGotTrolledApp: App {
14
14
WindowGroup{
15
15
ContentView()
16
16
.onAppear{
17
-
if isFirstLaunch =true{
17
+
if isFirstLaunch ==true{
18
18
UIApplication.shared.alert(title:"Please delete Tips app then (re)install it before proceeding", body:"Hi ! It looks like it's the first time you come here. To avoid any corruption, please delete Tips app from Home Screen then reinstall it. Thanks for using this tool!", withButton:true)
0 commit comments