Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 96d323c2 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #8754 from cketti/push-info-link

Change "push info" link to point to new push documentation
parents 098bab3f 6efad513
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()