this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

flip toggle

Hailey d23b9c0e d7380459

+2 -2
+2 -2
ios/VideoView.swift
··· 275 275 276 276 func togglePlayback() { 277 277 if self.isPlaying { 278 - self.play() 279 - } else { 280 278 self.pause() 279 + } else { 280 + self.play() 281 281 } 282 282 } 283 283