Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Perfecting times for calendar row filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdsupremacist committed Jan 25, 2018
1 parent ceded9f commit 1afaf11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TUM Campus App/CalendarRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ extension CalendarRow: XMLDeserializable {
extension CalendarRow {

var irrelevantAfter: Date {
return min(start.addingTimeInterval(15 * .oneMinute), end)
return min(start.addingTimeInterval(30 * .oneMinute), end.addingTimeInterval(-15 * .oneMinute))
}

}
2 changes: 1 addition & 1 deletion TUM Campus App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>comgooglemaps</string>
Expand Down

0 comments on commit 1afaf11

Please sign in to comment.