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

Commit 7a76e222 authored by Rebecca Schultz Zavin's avatar Rebecca Schultz Zavin Committed by Android Git Automerger
Browse files

am 0b20a705: am 327e94da: Merge "set max_events_per_sec to 55" into honeycomb-mr1

* commit '0b20a705':
  set max_events_per_sec to 55
parents 7ad1b5e7 0b20a705
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;
        }