We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75e2b5 commit 48d7cf9Copy full SHA for 48d7cf9
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