Temporarily disabling events checking in git_master

Bug: 153824894
Change-Id: I5f294d1a808b1ceefd0b753de6c9207cf92de06d
This commit is contained in:
vadimt
2020-04-14 01:31:57 +00:00
committed by Vadim Tryshev
parent 8bc1df0883
commit 0b65822f30
@@ -250,7 +250,8 @@ public final class LauncherInstrumentation {
}
public void enableCheckEventsForSuccessfulGestures() {
mCheckEventsForSuccessfulGestures = true;
// b/153824894
// mCheckEventsForSuccessfulGestures = true;
}
public void setOnLauncherCrashed(Runnable onLauncherCrashed) {