Skip to content

Commit 0b5f478

Browse files
committed
Cleanup
1 parent d8a8d6d commit 0b5f478

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

data/src/main/java/com/shifthackz/aisdv1/data/gateway/mediastore/MediaStoreGatewayImpl.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import android.os.Environment
99
import android.provider.MediaStore
1010
import com.shifthackz.aisdv1.core.common.extensions.uriFromFile
1111
import com.shifthackz.aisdv1.core.common.file.FileProviderDescriptor
12-
import com.shifthackz.aisdv1.core.common.log.debugLog
1312
import com.shifthackz.aisdv1.domain.entity.MediaStoreInfo
1413
import com.shifthackz.aisdv1.domain.gateway.MediaStoreGateway
1514
import java.io.File
@@ -104,7 +103,6 @@ internal class MediaStoreGatewayImpl(
104103
?: MediaStoreInfo()
105104

106105
}
107-
debugLog("Noting to query")
108106
return MediaStoreInfo()
109107
}
110108
}

presentation/src/main/java/com/shifthackz/aisdv1/presentation/screen/gallery/list/GalleryScreen.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ import androidx.lifecycle.compose.collectAsStateWithLifecycle
5050
import androidx.paging.LoadState
5151
import androidx.paging.PagingData
5252
import androidx.paging.compose.collectAsLazyPagingItems
53-
import com.shifthackz.aisdv1.core.common.log.debugLog
5453
import com.shifthackz.aisdv1.core.extensions.items
5554
import com.shifthackz.aisdv1.core.extensions.shimmer
5655
import com.shifthackz.aisdv1.core.model.asUiText
@@ -93,7 +92,6 @@ class GalleryScreen(
9392

9493
private fun onOpenMediaStoreFolder(uri: Uri) = with(Intent(Intent.ACTION_VIEW)) {
9594
setDataAndType(uri, DocumentsContract.Document.MIME_TYPE_DIR)
96-
debugLog("URI: $uri")
9795
addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
9896
addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION)
9997
launchIntent(this)

0 commit comments

Comments
 (0)