Skip to content

Commit c7f10f0

Browse files
committed
chore: update dir selection logs
1 parent 9a708db commit c7f10f0

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/viscouspot/gitsync/util

1 file changed

+1
-1
lines changed

app/src/main/java/com/viscouspot/gitsync/util/Helper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ object Helper {
164164
fun getDirSelectionLauncher(activityResultLauncher: ActivityResultCaller, context: Context, callback: ((dirUri: Uri?) -> Unit)): ActivityResultLauncher<Uri?> {
165165
return activityResultLauncher.registerForActivityResult(ActivityResultContracts.OpenDocumentTree()) { uri ->
166166
uri?.let {
167-
log(LogType.SelectDirectory, "Uri received")
167+
log(LogType.SelectDirectory, "Uri received $uri")
168168
val uriPath = getPathFromUri(context, it)
169169
val directory = File(uriPath)
170170
log(LogType.SelectDirectory, "Path selected: $uriPath")

0 commit comments

Comments
 (0)