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

Commit f0e2afa8 authored by Ming-Shin Lu's avatar Ming-Shin Lu Committed by Automerger Merge Worker
Browse files

Merge "Remove updateImeParent in RecentsAnimationController" into sc-dev am: c0b5d73b

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

Change-Id: I0096f600e187ed4ebf62c5c1af1decc625d5b327
parents 26cfea55 c0b5d73b
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)