Why two buttons showing same action weirdly in SwiftUI?
code: i have “view” and download buttons and initially set isViewButtonCLicked: Bool = false
but before clicking view button if i click download why view button statements prints and in both view and download buttons only sheet is opening why???