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

Commit 33f83bf7 authored by Azhara Assanova's avatar Azhara Assanova
Browse files

Add Toast#show() specific javadoc

The added javadoc comment already exists in Toast's class level javadoc on line 75.

Bug: 265306493
Test: None
Change-Id: I5692db36461dae1f79a72eb2bb15d8379bd24a84
parent 56db2228
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -188,6 +188,9 @@ public class Toast {

    /**
     * Show the view for the specified duration.
     *
     * <p>Note that toasts being sent from the background are rate limited, so avoid sending such
     * toasts in quick succession.
     */
    public void show() {
        if (Compatibility.isChangeEnabled(CHANGE_TEXT_TOASTS_IN_THE_SYSTEM)) {