Move some player controller to a dedicated package.
This commit is contained in:
parent
1aefa489ca
commit
05f843fda6
4 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
"DEPRECATION",
|
"DEPRECATION",
|
||||||
)
|
)
|
||||||
|
|
||||||
package io.element.android.libraries.mediaviewer.impl.local.video
|
package io.element.android.libraries.mediaviewer.impl.local.player
|
||||||
|
|
||||||
import android.annotation.SuppressLint
|
import android.annotation.SuppressLint
|
||||||
import android.media.AudioDeviceInfo
|
import android.media.AudioDeviceInfo
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
* Please see LICENSE in the repository root for full details.
|
* Please see LICENSE in the repository root for full details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package io.element.android.libraries.mediaviewer.impl.local.video
|
package io.element.android.libraries.mediaviewer.impl.local.player
|
||||||
|
|
||||||
import androidx.annotation.FloatRange
|
import androidx.annotation.FloatRange
|
||||||
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
* Please see LICENSE in the repository root for full details.
|
* Please see LICENSE in the repository root for full details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package io.element.android.libraries.mediaviewer.impl.local.video
|
package io.element.android.libraries.mediaviewer.impl.local.player
|
||||||
|
|
||||||
import androidx.compose.ui.tooling.preview.PreviewParameterProvider
|
import androidx.compose.ui.tooling.preview.PreviewParameterProvider
|
||||||
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
* Please see LICENSE in the repository root for full details.
|
* Please see LICENSE in the repository root for full details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package io.element.android.libraries.mediaviewer.impl.local.video
|
package io.element.android.libraries.mediaviewer.impl.local.player
|
||||||
|
|
||||||
import androidx.compose.animation.AnimatedVisibility
|
import androidx.compose.animation.AnimatedVisibility
|
||||||
import androidx.compose.animation.fadeIn
|
import androidx.compose.animation.fadeIn
|
||||||
Loading…
Add table
Add a link
Reference in a new issue