Skip to content

Commit

Permalink
#5 add notification function
Browse files Browse the repository at this point in the history
  • Loading branch information
JunseokNoh committed Aug 2, 2021
1 parent d17bd6c commit a393dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KNU_CSE/KNU_CSE/Main Tab/TabView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ extension TabView : UNUserNotificationCenterDelegate{
if let error = error {
print(error.localizedDescription)
}else{
self.sendNotification(seconds: 10)

}
}
}
Expand Down

0 comments on commit a393dd7

Please sign in to comment.