We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c75e2b5 + 48d7cf9 commit a59845fCopy full SHA for a59845f
androidApp/main/app/src/main/java/com/simplecityapps/shuttle/ui/lyrics/QuickLyricManager.kt
@@ -29,5 +29,5 @@ object QuickLyricManager {
29
return quickLyricIntent.resolveActivity(context.packageManager) != null
30
}
31
32
- val quickLyricIntent = Intent(Intent.ACTION_VIEW, Uri.parse("https://d3khd.app.goo.gl/jdF1"))
+ val quickLyricIntent = Intent(Intent.ACTION_VIEW, Uri.parse("https://play.google.com/store/apps/details?id=com.geecko.QuickLyric"))
33
0 commit comments