Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 327e94da authored by Rebecca Schultz Zavin's avatar Rebecca Schultz Zavin Committed by Android (Google) Code Review
Browse files

Merge "set max_events_per_sec to 55" into honeycomb-mr1

parents 72b3524e 88dd6e66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -549,7 +549,7 @@ public class InputManager {
            } catch (NumberFormatException e) {
            }
            if (result < 1) {
                result = 60;
                result = 55;
            }
            return result;
        }