Skip to content

Commit

Permalink
build: remove useless components.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid committed May 9, 2024
1 parent 012aaf2 commit 265bee2
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 234 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import androidx.paging.Pager
import androidx.paging.PagingConfig
import androidx.paging.PagingData
import androidx.paging.cachedIn
import androidx.work.WorkManager
import com.m3u.core.architecture.dispatcher.Dispatcher
import com.m3u.core.architecture.dispatcher.M3uDispatchers.Main
import com.m3u.core.architecture.logger.Logger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import com.m3u.core.util.basic.title
import com.m3u.i18n.R.string
import com.m3u.material.components.CircularProgressIndicator
import com.m3u.material.components.Icon
import com.m3u.material.components.dialog.OnDismiss
import com.m3u.material.components.mask.MaskState
import com.m3u.material.model.LocalSpacing
import com.m3u.ui.UnstableBadge
Expand All @@ -45,7 +44,7 @@ internal fun DlnaDevicesBottomSheet(
devices: List<Device>,
searching: Boolean,
maskState: MaskState,
onDismiss: OnDismiss,
onDismiss: () -> Unit,
connectDlnaDevice: (device: Device) -> Unit,
openInExternalPlayer: () -> Unit,
modifier: Modifier = Modifier
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ internal fun FormatsBottomSheet(
formats: Map<Int, List<Format>>,
selectedFormats: Map<Int, Format?>,
maskState: MaskState,
onDismiss: OnDismiss,
onDismiss: () -> Unit,
onChooseTrack: (@C.TrackType Int, Format) -> Unit,
onClearTrack: (@C.TrackType Int) -> Unit,
modifier: Modifier = Modifier
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 265bee2

Please sign in to comment.