am 327e94da: Merge "set max_events_per_sec to 55" into honeycomb-mr1
* commit '327e94daff12ab4ac4da61a3ea802f3f225d1b3a': set max_events_per_sec to 55
This commit is contained in:
committed by
Android Git Automerger
commit
0b20a705ba
@@ -549,7 +549,7 @@ public class InputManager {
|
||||
} catch (NumberFormatException e) {
|
||||
}
|
||||
if (result < 1) {
|
||||
result = 60;
|
||||
result = 55;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user