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

Commit c0b5d73b authored by Ming-Shin Lu's avatar Ming-Shin Lu Committed by Android (Google) Code Review
Browse files

Merge "Remove updateImeParent in RecentsAnimationController" into sc-dev

parents 2188e522 f7447d21
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -289,12 +289,6 @@ public class RecentsAnimationController implements DeathRecipient {
                        }
                    }
                    if (!behindSystemBars) {
                        // Make sure to update the correct IME parent in case that the IME parent
                        // may be computed as display layer when re-layout window happens during
                        // rotation but there is intermediate state that the bounds of task and
                        // the IME target's activity is not the same during rotating.
                        mDisplayContent.updateImeParent();

                        // Hiding IME if IME window is not attached to app.
                        // Since some windowing mode is not proper to snapshot Task with IME window
                        // while the app transitioning to the next task (e.g. split-screen mode)