Merge "Fixed an issue where the notification was clipped during the translation" into sc-dev
This commit is contained in:
@@ -1869,6 +1869,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
|
||||
|
||||
@Override
|
||||
public void setTranslation(float translationX) {
|
||||
invalidate();
|
||||
if (isBlockingHelperShowingAndTranslationFinished()) {
|
||||
mGuts.setTranslationX(translationX);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user