Merge "Don't reset translation callback with other state" into tm-qpr-dev am: 1eaf0fadf2
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19622802 Change-Id: I28d6c241788c00e6c37da211daad7786723002b6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -12709,7 +12709,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
|
||||
if (mViewTranslationCallback != null) {
|
||||
mViewTranslationCallback.onClearTranslation(this);
|
||||
}
|
||||
clearViewTranslationCallback();
|
||||
clearViewTranslationResponse();
|
||||
if (hasTranslationTransientState()) {
|
||||
setHasTransientState(false);
|
||||
|
||||
Reference in New Issue
Block a user