Merge "Clarify Toast.Callback javadoc" into rvc-dev am: 8ac8b257f1 am: a0ffa7d718 am: eaa961f2a1

Change-Id: I3eedbff56e7505ee4cd8ab175138567e866e26a9
This commit is contained in:
TreeHugger Robot
2020-03-24 20:56:56 +00:00
committed by Automerger Merge Worker

View File

@@ -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 {