Skip to content

Commit 374efe6

Browse files
authored
Programming at 3AM be like
1 parent bc62e91 commit 374efe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TipsGotTrolled/TipsGotTrolledApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct TipsGotTrolledApp: App {
1414
WindowGroup {
1515
ContentView()
1616
.onAppear {
17-
if isFirstLaunch = true {
17+
if isFirstLaunch == true {
1818
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)
1919
isFirstLaunch = false
2020
}

0 commit comments

Comments
 (0)