Merge "Fix notification being slided over with the gear not showing" into nyc-mr1-dev
This commit is contained in:
@@ -905,6 +905,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void resetTranslation() {
|
public void resetTranslation() {
|
||||||
|
if (mTranslateAnim != null) {
|
||||||
|
mTranslateAnim.cancel();
|
||||||
|
}
|
||||||
if (mTranslateableViews != null) {
|
if (mTranslateableViews != null) {
|
||||||
for (int i = 0; i < mTranslateableViews.size(); i++) {
|
for (int i = 0; i < mTranslateableViews.size(); i++) {
|
||||||
mTranslateableViews.get(i).setTranslationX(0);
|
mTranslateableViews.get(i).setTranslationX(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user