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

This commit is contained in:
Hyunyoung Song
2022-06-15 05:38:16 +00:00
committed by Android (Google) Code Review

View File

@@ -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