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 7159a81 commit 8c49f5cCopy full SHA for 8c49f5c
app/src/main/java/org/androidlabs/applistbackup/BackupService.kt
@@ -768,7 +768,7 @@ class BackupService : Service() {
768
}"
769
)
770
if (!isInstallSourceExcluded) append(" | ${app.installerName}")
771
- if (!isLinksExcluded) append(" | [Play](https://play.google.com/store/apps/details?id=${app.packageName}) | [F-Droid](https://f-droid.org/packages/${app.packageName})")
+ if (!isLinksExcluded) append(" | [Play](https://play.google.com/store/apps/details?id=${app.packageName}), [F-Droid](https://f-droid.org/packages/${app.packageName})")
772
773
append(" |")
774
appendLine()
0 commit comments