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

Commit b62d5184 authored by Taran Singh's avatar Taran Singh
Browse files

Add flag to fix race for invalidate/restart input

Adds flag.

Bug: 396066692
Test: build only
Flag: android.view.inputmethod.invalidate_input_calls_restart
Change-Id: I4ff71de0286b7e1d96a404c1ff4ac41897cafac1
parent c10e1ebc
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -214,3 +214,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
  name: "invalidate_input_calls_restart"
  namespace: "input_method"
  description: "Feature flag to fix the race between invalidateInput and restartInput"
  bug: "396066692"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}