commit | 8185dedf5647bad922efde145f2cd6e2200ca6cc | [log] [tgz] |
---|---|---|
author | kumarashishg <kumarashishg@google.com> | Mon Jul 26 02:47:44 2021 +0000 |
committer | Rajeev Kumar <rajekumar@google.com> | Wed Jul 28 17:53:50 2021 +0000 |
tree | b7795ba3c284efb18bfd467fb4fad91edfd0710f | |
parent | b85052d7e561fe7577c1b93e30f1b5ee94cea254 [diff] |
NIU Tooltip : tooltip overlap issue fix Overlay is getting updated multiple times, So If a tooltip is getting shown then next overlay update call will trigger new tooltip regardless of current tooltip behavior. If a tooltip is getting shown then other tooltips should not be triggered. Added a check for this. Bug: 194458724 Test: Local build and run on Pixel 4a Change-Id: I5266ddd7cfa84258b46dc14846d77872752ac442 (cherry picked from commit ced47f4ae652987f746daeec2367d184b1d63937)