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

Commit 5d57e3d6 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Remove hideKeyboard exception in the log" into tm-dev

parents 7d54b06c 6677fa3c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -69,10 +69,6 @@ public class UiThreadHelper {
                activityContext.getStatsLogManager().logger()
                        .log(LAUNCHER_ALLAPPS_KEYBOARD_CLOSED);
                return;
            } else {
                // print which stack trace failed.
                Log.e("Launcher", "hideKeyboard ignored.", new Exception());
                // Then attempt to use the old logic.
            }
        }
        // Since the launcher context cannot be accessed directly from callback, adding secondary