Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliano101 committed Nov 10, 2024
1 parent 04683c5 commit 4b87cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/maxrave/simpmusic/ui/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ class MainActivity : AppCompatActivity() {
}
return false
} catch (_: Exception) {
return false // Switch to true for strict check
return true // Switch to false for loose check
}
}

Expand Down

0 comments on commit 4b87cea

Please sign in to comment.