Skip to content

Commit

Permalink
Merge pull request #8754 from cketti/push-info-link
Browse files Browse the repository at this point in the history
Change "push info" link to point to new push documentation
  • Loading branch information
cketti authored Jan 17, 2025
2 parents 098bab3 + 6efad51 commit 96d323c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import com.google.android.material.button.MaterialButton
import com.google.android.material.textview.MaterialTextView
import org.koin.android.ext.android.inject

private const val LEARN_MORE_URL = "https://k9mail.app/go/push-info"
private const val LEARN_MORE_URL = "https://support.mozilla.org/kb/configure-push-email-thunderbird-android"

class PushInfoFragment : Fragment() {
private val notificationChannelManager: NotificationChannelManager by inject()
Expand Down

0 comments on commit 96d323c

Please sign in to comment.