Update F-Droid migration guide link

(cherry picked from commit 9c30fa1da3e6da7cd822cb460f1e7923640984c5)
This commit is contained in:
arkon 2022-04-15 12:11:01 -04:00 committed by Jobobby04
parent 418da04411
commit 46f39c24b0

View File

@ -69,7 +69,7 @@ internal class AppUpdateNotifier(private val context: Context) {
setContentTitle(context.getString(R.string.update_check_notification_update_available)) setContentTitle(context.getString(R.string.update_check_notification_update_available))
setContentText(context.getString(R.string.update_check_fdroid_migration_info)) setContentText(context.getString(R.string.update_check_fdroid_migration_info))
setSmallIcon(R.drawable.ic_tachi) setSmallIcon(R.drawable.ic_tachi)
setContentIntent(NotificationHandler.openUrl(context, "https://tachiyomi.org/help/guides/troubleshooting/#unable-to-install-the-app-or-extensions")) setContentIntent(NotificationHandler.openUrl(context, "https://tachiyomi.org/help/faq/#how-do-i-migrate-from-the-f-droid-version"))
} }
notificationBuilder.show() notificationBuilder.show()
} }