mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user