Merge "Perform null check in animation complete" into ub-now-porkchop
This commit is contained in:
commit
ddd5aaaf35
|
@ -3632,9 +3632,11 @@ public class Launcher extends Activity
|
|||
}
|
||||
|
||||
// Reset page transforms
|
||||
if (page != null) {
|
||||
page.setTranslationX(0);
|
||||
page.setTranslationY(0);
|
||||
page.setAlpha(1);
|
||||
}
|
||||
content.setCurrentPage(content.getNextPage());
|
||||
|
||||
mAppsCustomizeContent.updateCurrentPageScroll();
|
||||
|
|
Loading…
Reference in New Issue