We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fe18a commit 2c79838Copy full SHA for 2c79838
app/src/main/java/org/musicbrainz/picard/barcodescanner/util/Preferences.kt
@@ -33,7 +33,7 @@ class Preferences(private val mContext: Context) {
33
val port = mContext.getString(R.string.picard_default_port)
34
return try {
35
port.trim().toInt()
36
- } catch (nfe: NumberFormatException) {
+ } catch (_: NumberFormatException) {
37
0
38
}
39
0 commit comments