Disable safari and share toolbar buttons when no articles are selected
This commit is contained in:
parent
fb691cc148
commit
74b878fa6f
@ -123,6 +123,8 @@ private extension SceneModel {
|
|||||||
guard !articles.isEmpty else {
|
guard !articles.isEmpty else {
|
||||||
readButtonState = nil
|
readButtonState = nil
|
||||||
starButtonState = nil
|
starButtonState = nil
|
||||||
|
openInBrowserButtonState = nil
|
||||||
|
shareButtonState = nil
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user