Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e59f5fb9 authored by Jerry Chang's avatar Jerry Chang Committed by Automerger Merge Worker
Browse files

Merge "Fix divider bar not shown when entering split with rotation transition"...

Merge "Fix divider bar not shown when entering split with rotation transition" into tm-dev am: 01eda663 am: ba4d1336 am: b9feb0a6

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18247768



Change-Id: I25338768050fd42bca3ffa55ff60d4c5446d0e0c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8e144f99 b9feb0a6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -980,6 +980,9 @@ public class StageCoordinator implements SplitLayout.SplitLayoutHandler,
                updateUnfoldBounds();
                return;
            }
            // Clear the divider remote animating flag as the divider will be re-rendered to apply
            // the new rotation config.
            mIsDividerRemoteAnimating = false;
            mSplitLayout.update(null /* t */);
            onLayoutSizeChanged(mSplitLayout);
        }