Merge "set max_events_per_sec to 55" into honeycomb-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
327e94daff
@ -549,7 +549,7 @@ public class InputManager {
|
|||||||
} catch (NumberFormatException e) {
|
} catch (NumberFormatException e) {
|
||||||
}
|
}
|
||||||
if (result < 1) {
|
if (result < 1) {
|
||||||
result = 60;
|
result = 55;
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user