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

Commit d191fccf authored by Felix Stern's avatar Felix Stern
Browse files

Pass statsToken from IMM to InsetsController when calling show/hide

Change-Id: I1d01fa2210906b5263379bedb8cdf9a53b0cfbcf
Test: none
Flag: EXEMPT bugfix
Bug: 353463205
parent 0dedbd47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1365,10 +1365,10 @@ public final class InputMethodManager {
                                        ImeTracker.PHASE_CLIENT_HANDLE_SET_IME_VISIBILITY);
                                if (visible) {
                                    insetsController.show(WindowInsets.Type.ime(),
                                            false /* fromIme */, null /* statsToken */);
                                            false /* fromIme */, statsToken);
                                } else {
                                    insetsController.hide(WindowInsets.Type.ime(),
                                            false /* fromIme */, null /* statsToken */);
                                            false /* fromIme */, statsToken);
                                }
                            }
                        } else {