mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-07 23:58:40 +01:00
Make sure we are on the iPad before hiding the First Unread button.
This commit is contained in:
parent
526cbb566e
commit
e54056ceac
@ -359,7 +359,7 @@ private extension MasterTimelineViewController {
|
||||
|
||||
func changeToDisplayMode(_ displayMode: UISplitViewController.DisplayMode) {
|
||||
|
||||
if displayMode == .allVisible {
|
||||
if UIDevice.current.userInterfaceIdiom == .pad && displayMode == .allVisible {
|
||||
nextUnreadButton.isEnabled = false
|
||||
nextUnreadButton.title = ""
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user