Browse Source

Fix for scroll-highjacking in Preferences cleanup.

pull/92/head
Abhishek 5 years ago
parent
commit
bdebade4d2
  1. 1
      Clocker/Preferences/General/PreferencesViewController.swift

1
Clocker/Preferences/General/PreferencesViewController.swift

@ -191,7 +191,6 @@ class PreferencesViewController: ParentViewController {
}
private func cleanup() {
timezoneTableView.scrollRowToVisible(selectedTimeZones.count - 1)
updateMenubarTitles() // Update the menubar titles, the custom labels might have changed.
}

Loading…
Cancel
Save