Merge "Hide remote copy button when originating from remote copy" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
773610a0b9
@@ -301,7 +301,9 @@ public class ClipboardOverlayController implements ClipboardListener.ClipboardOv
|
||||
} else {
|
||||
mView.showDefaultTextPreview();
|
||||
}
|
||||
maybeShowRemoteCopy(clipData);
|
||||
if (!isRemote) {
|
||||
maybeShowRemoteCopy(clipData);
|
||||
}
|
||||
animateIn();
|
||||
mView.announceForAccessibility(accessibilityAnnouncement);
|
||||
if (isRemote) {
|
||||
|
||||
Reference in New Issue
Block a user