Loading services/core/java/com/android/server/wm/InputMonitor.java +3 −1 Original line number Diff line number Diff line Loading @@ -439,8 +439,10 @@ final class InputMonitor { ? mDisplayContent.getImeInputTarget().getActivityRecord() : null; if (app != null) { mDisplayContent.removeImeSurfaceImmediately(); if (app.getTask() != null) { mDisplayContent.mAtmService.takeTaskSnapshot(app.getTask().mTaskId); } } } else { // Disable IME icon explicitly when IME attached to the app in case // IME icon might flickering while swiping to the next app task still Loading Loading
services/core/java/com/android/server/wm/InputMonitor.java +3 −1 Original line number Diff line number Diff line Loading @@ -439,8 +439,10 @@ final class InputMonitor { ? mDisplayContent.getImeInputTarget().getActivityRecord() : null; if (app != null) { mDisplayContent.removeImeSurfaceImmediately(); if (app.getTask() != null) { mDisplayContent.mAtmService.takeTaskSnapshot(app.getTask().mTaskId); } } } else { // Disable IME icon explicitly when IME attached to the app in case // IME icon might flickering while swiping to the next app task still Loading