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

Skip to content
Commit 1e84af1a authored by Roy Chou's avatar Roy Chou
Browse files

fix(#Magnification): check activated instead of scale to notify magnifier when transitions

In AccessibilityController, when transitions we adjust to check isForceShowingMagnifiableBounds() to decide whether to sent transition events to magnifier. Originally it checks viewport scale > 1.0, but when scale = 1.0 the magnifier might be activatd and thus need to be notified when the events. Therefore, we change to check isForceShowingMagnifiableBounds(), which returns true iff the fullscreen magnifier is activated.

Bug: 271257917
Test: manually
Change-Id: I9c8fd68fa605a59ba0b2a4e082366ee27ed06aaa
parent 470999f6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment