Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import io.github.thibaultbee.streampack.core.interfaces.IStreamer
import io.github.thibaultbee.streampack.core.interfaces.IWithVideoSource
import io.github.thibaultbee.streampack.core.elements.sources.video.IPreviewableSource
import io.github.thibaultbee.streampack.core.streamers.single.SingleStreamer
import com.dimadesu.lifestreamer.ui.views.PreviewView
import io.github.thibaultbee.streampack.ui.views.PreviewView
import kotlinx.coroutines.delay
import kotlinx.coroutines.launch
import android.widget.Toast
Expand Down
Loading