Skip to content

Commit d0afa1c

Browse files
committed
Revert the help tooltip on Demo
1 parent f4a03dc commit d0afa1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: Example/SDWebImageSwiftUIDemo/ContentView.swift

-2
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ struct ContentView: View {
145145
.transition(.fade(duration: 0.5))
146146
.scaledToFit()
147147
.frame(width: CGFloat(100), height: CGFloat(100), alignment: .center)
148-
.help(url)
149148
#endif
150149
} else {
151150
WebImage(url: URL(string:url), isAnimating: .constant(true))
@@ -159,7 +158,6 @@ struct ContentView: View {
159158
.transition(.fade(duration: 0.5))
160159
.scaledToFit()
161160
.frame(width: CGFloat(100), height: CGFloat(100), alignment: .center)
162-
.help(url)
163161
}
164162
Text((url as NSString).lastPathComponent)
165163
}

0 commit comments

Comments
 (0)