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

Commit 74ad5124 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Clarify Toast.Callback javadoc" into rvc-dev am: 8ac8b257 am: a0ffa7d7 am: b3473f16

Change-Id: Ifdd3b155677a881af15e0b721a3d121f8910850e
parents 32ac0084 b3473f16
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -755,8 +755,9 @@ public class Toast {
    /**
     * Callback object to be called when the toast is shown or hidden.
     *
     * Callback methods will be called on the looper thread provided on construction.
     * <p>Callback methods will be called on the looper thread used for the {@link Toast} object.
     *
     * @see #makeText(Context, Looper, CharSequence, int)
     * @see #addCallback(Callback)
     */
    public abstract static class Callback {