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: .bottom)
guard mode == .nag else {
label.autoPinTrailingToSuperviewMargin()
// Show the disclosure indicator if this reminder has a tap action.
if tapAction == nil {
return
}

Loading…
Cancel
Save