mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Merge "Fix bug where pagination animation comes in from outside the folder when opening folder after swiping back home from another app (left to right swipe)" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
922bde1df3
@@ -34,8 +34,7 @@
|
||||
android:clipChildren="false"
|
||||
android:orientation="horizontal"
|
||||
android:paddingLeft="12dp"
|
||||
android:paddingRight="12dp"
|
||||
android:alpha="0">
|
||||
android:paddingRight="12dp">
|
||||
|
||||
<com.android.launcher3.folder.FolderNameEditText
|
||||
android:id="@+id/folder_name"
|
||||
|
||||
@@ -215,6 +215,7 @@ public class FolderAnimationManager {
|
||||
final int footerStartDelay;
|
||||
if (isLargeFolder()) {
|
||||
if (mIsOpening) {
|
||||
mFolder.mFooter.setAlpha(0);
|
||||
footerAlphaDuration = LARGE_FOLDER_FOOTER_DURATION;
|
||||
footerStartDelay = mDuration - footerAlphaDuration;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user