Compare commits
No commits in common. "104981f3d388637013d641d5d32bf7448dad093f" and "81ac3708a3674bc925b2c23692f181f7d687c5bd" have entirely different histories.
104981f3d3
...
81ac3708a3
|
@ -77,13 +77,3 @@ class InlineTrendsViewController: UIViewController {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
extension InlineTrendsViewController: StateRestorableViewController {
|
||||
func stateRestorationActivity() -> NSUserActivity? {
|
||||
if searchController.isActive {
|
||||
return UserActivityManager.searchActivity(query: searchController.searchBar.text, accountID: mastodonController.accountInfo!.id)
|
||||
} else {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,7 +47,7 @@ struct BehaviorPrefsView: View {
|
|||
} header: {
|
||||
Text("Timeline")
|
||||
} footer: {
|
||||
Text("Syncing via the Mastodon API can be more reliable than iCloud, but is not compatible with the Mastodon web interface. Only the Home timeline can be synced via the Mastodon API.")
|
||||
Text("Syncing via the Mastodon API can be more reliable than iCloud, but is not compatible with the Mastodon web interface.")
|
||||
}
|
||||
.appGroupedListRowBackground()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue