Merge "set max_events_per_sec to 55" into honeycomb-mr1

This commit is contained in:
Rebecca Schultz Zavin
2011-03-03 18:43:04 -08:00
committed by Android (Google) Code Review

View File

@ -549,7 +549,7 @@ public class InputManager {
} catch (NumberFormatException e) {
}
if (result < 1) {
result = 60;
result = 55;
}
return result;
}