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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/18869544

Change-Id: I8c89746b3ee084b68664c0153dd6351c3f4fad75
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Hyunyoung Song
2022-06-15 06:18:10 +00:00
committed by Automerger Merge Worker

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