Merge "Register clipboard toast callback correctly" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
39db20dd26
@@ -41,6 +41,7 @@ class ClipboardToast extends Toast.Callback {
|
||||
}
|
||||
mCopiedToast = Toast.makeText(mContext,
|
||||
R.string.clipboard_overlay_text_copied, Toast.LENGTH_SHORT);
|
||||
mCopiedToast.addCallback(this);
|
||||
mCopiedToast.show();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user