Fix notification being slided over with the gear not showing am: 32c638a597

am: 5c69d77625

Change-Id: I303839b67729d977af081f1f15dbdb3cad134105
This commit is contained in:
Mady Mellor
2016-09-14 19:08:09 +00:00
committed by android-build-merger

View File

@@ -905,6 +905,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
}
public void resetTranslation() {
if (mTranslateAnim != null) {
mTranslateAnim.cancel();
}
if (mTranslateableViews != null) {
for (int i = 0; i < mTranslateableViews.size(); i++) {
mTranslateableViews.get(i).setTranslationX(0);