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

Commit 40aa8253 authored by Asmita Poddar's avatar Asmita Poddar
Browse files

Move keyboard_repeat_keys flag to input_native namespace

This flag will also be used in the native input framework, so it should be in the input_native namespace.

Bug: 336585002
Change-Id: I0d572afdd0b38877bb2720b11b7602015025b2fb
Test: Presubmit
Flag: EXEMPT bugfix
parent cf4a1113
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ flag {

flag {
  name: "keyboard_repeat_keys"
  namespace: "input"
  namespace: "input_native"
  description: "Allow configurable timeout before key repeat and repeat delay rate for key repeats"
  bug: "336585002"
}