Skip to content

Commit

Permalink
chore: xoá import ko cần thiết
Browse files Browse the repository at this point in the history
  • Loading branch information
nqmgaming committed Dec 18, 2024
1 parent 202e1d0 commit f8ea21f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion easycrop/src/main/java/com/mr0xf00/easycrop/ImagePicker.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import androidx.activity.compose.rememberLauncherForActivityResult
import androidx.activity.result.contract.ActivityResultContracts
import androidx.compose.runtime.Composable
import androidx.compose.runtime.remember
import androidx.compose.ui.unit.IntSize

interface ImagePicker {
/** Pick an image with [mimetype] */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import androidx.compose.foundation.layout.*
import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.automirrored.filled.ArrowBack
import androidx.compose.material.icons.filled.ArrowBack
import androidx.compose.material.icons.filled.Done
import androidx.compose.material3.ExperimentalMaterial3Api
import androidx.compose.material3.Icon
Expand Down
4 changes: 0 additions & 4 deletions easycrop/src/test/java/com/mr0xf00/easycrop/CropStateTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ import androidx.compose.ui.geometry.Offset
import androidx.compose.ui.geometry.Rect
import androidx.compose.ui.unit.IntSize
import androidx.compose.ui.unit.toIntRect
import com.mr0xf00.easycrop.CropState
import com.mr0xf00.easycrop.flipX
import com.mr0xf00.easycrop.getTransformedImageRect
import com.mr0xf00.easycrop.images.DecodeParams
import com.mr0xf00.easycrop.images.DecodeResult
import com.mr0xf00.easycrop.images.ImageSrc
import com.mr0xf00.easycrop.rotLeft
import com.mr0xf00.easycrop.utils.containsInclusive
import com.mr0xf00.easycrop.utils.resize
import com.mr0xf00.easycrop.utils.roundOut
Expand Down

0 comments on commit f8ea21f

Please sign in to comment.