QS animation: fix clearing translation state
Change-Id: I0477136c6eb4da4e10e152e458fada194c8290f0 Fixes: 27880443
This commit is contained in:
@@ -306,8 +306,8 @@ public class QSAnimator implements Callback, PageListener, Listener, OnLayoutCha
|
||||
for (int i = 0; i < N; i++) {
|
||||
View v = mAllViews.get(i);
|
||||
v.setAlpha(1);
|
||||
v.setTranslationX(1);
|
||||
v.setTranslationY(1);
|
||||
v.setTranslationX(0);
|
||||
v.setTranslationY(0);
|
||||
}
|
||||
final int N2 = mTopFiveQs.size();
|
||||
for (int i = 0; i < N2; i++) {
|
||||
|
||||
Reference in New Issue
Block a user