Outage detection.

pull/1/head
Matthew Chen 7 years ago
parent e507256e52
commit 793a868e6f

@ -98,8 +98,8 @@ class ReminderView: UIView {
label.autoPinEdge(toSuperviewEdge: .top) label.autoPinEdge(toSuperviewEdge: .top)
label.autoPinEdge(toSuperviewEdge: .bottom) label.autoPinEdge(toSuperviewEdge: .bottom)
guard mode == .nag else { // Show the disclosure indicator if this reminder has a tap action.
label.autoPinTrailingToSuperviewMargin() if tapAction == nil {
return return
} }

Loading…
Cancel
Save