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

Commit 59c5fbe7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use new value in IMMS#reportPerceptibleAsync" into main

parents 1be4df13 8cc77520
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3485,7 +3485,7 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
                        || (windowPerceptible != null && windowPerceptible == perceptible)) {
                    return;
                }
                mFocusedWindowPerceptible.put(windowToken, windowPerceptible);
                mFocusedWindowPerceptible.put(windowToken, perceptible);
                updateSystemUiLocked(userId);
            }
        });