Skip to content

Commit

Permalink
Fix minor Kotlin warnings reported by Android Studio
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
  • Loading branch information
chenxiaolong committed Mar 3, 2024
1 parent 778f5a9 commit 4cb811e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import android.app.Service
import android.content.Context
import android.content.Intent
import android.net.Uri
import android.os.Build
import android.os.Handler
import android.os.IBinder
import android.os.Looper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import android.net.Uri
import android.provider.DocumentsContract
import android.telecom.PhoneAccount

val DOCUMENTSUI_AUTHORITY = "com.android.externalstorage.documents"
const val DOCUMENTSUI_AUTHORITY = "com.android.externalstorage.documents"

val Uri.formattedString: String
get() = when (scheme) {
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/java/com/chiller3/bcr/format/AmrContainer.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@file:OptIn(ExperimentalUnsignedTypes::class)

package com.chiller3.bcr.format

import android.media.MediaCodec
Expand Down

0 comments on commit 4cb811e

Please sign in to comment.