Skip to content

Commit

Permalink
fix: suppress lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peng-u-0807 committed Dec 9, 2023
1 parent 2024000 commit d8746f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.goliath.emojihub.views

import android.annotation.SuppressLint
import android.provider.MediaStore
import android.util.Log
import androidx.compose.foundation.background
Expand Down Expand Up @@ -55,8 +56,8 @@ import com.goliath.emojihub.views.components.CustomDialog
import kotlinx.coroutines.launch
import java.io.File

@SuppressLint("UnsafeOptInUsageError")
@OptIn(ExperimentalMaterial3Api::class)
@androidx.media3.common.util.UnstableApi
@Composable
fun TransformVideoPage(
emojiViewModel: EmojiViewModel,
Expand Down

0 comments on commit d8746f9

Please sign in to comment.