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

Commit 94d0cbe2 authored by Taran Singh's avatar Taran Singh
Browse files

Add flag for fixing return of show/hide input

Flag that hguards compatibility change for sync/async nature of
IMM#show/hideSoftInput() when using zeroJankProxy.

Flag: compatchange_for_zerojankproxy
Bug: 352594277
Test: manual build.

Change-Id: Ie4194051af941cbc1618992232cfe7463e310d53
parent 3ffe8d98
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -136,3 +136,14 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "compatchange_for_zerojankproxy"
  namespace: "input_method"
  description: "Version-gate the sync/async nature of IMM#show/hideSoftInput() when using zeroJankProxy."
  bug: "352594277"
  is_fixed_read_only: true
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}