Skip to content

Commit 97953fb

Browse files
authored
fix admonition
1 parent 2e0be5e commit 97953fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/docs/Senders.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ Emails are sent with an `ACTION_SEND_MULTIPLE` intent. This means that the follo
144144

145145
You can implement your own `ReportSender` and configure ACRA to use that instead of or in addition to other senders.
146146

147-
:::Tip
147+
:::tip
148+
148149
Throwing a `ReportSenderException` from `YourCustomSender.send()` notifies ACRA of a failed delivery, and might trigger a retry (see [RetryPolicy](https://www.acra.ch/javadoc/latest/acra/org.acra.config/-core-configuration/retry-policy-class.html)).
149150

150151
<AndroidCode>

0 commit comments

Comments
 (0)