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

Commit 76e688b7 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Automerger Merge Worker
Browse files

Merge "Remove hideKeyboard exception in the log" into tm-dev am: 5d57e3d6

parents 43f3398d 5d57e3d6
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