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

Commit 53237956 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add Toast#show() specific javadoc" into android13-tests-dev am: 1d8b567a am: f8ba53d9

parents 41b1b9ea f8ba53d9
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -188,6 +188,9 @@ public class Toast {


    /**
    /**
     * Show the view for the specified duration.
     * 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() {
    public void show() {
        if (Compatibility.isChangeEnabled(CHANGE_TEXT_TOASTS_IN_THE_SYSTEM)) {
        if (Compatibility.isChangeEnabled(CHANGE_TEXT_TOASTS_IN_THE_SYSTEM)) {