You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
emoji: Fix picker item height scaling for text emoji.
When using the text-only emojis the emoji picker list items did not scale correctly with the system's text scale factor in the earlier pr . i think this was because the placeholder for the emoji glyph had a fixed, unscalable height, preventing the row from growing as we wanted.
This new commit aims to fix the issue by replacing the null placeholder with a Text widget that correctly scales, ensuring the list item's height is consistent with the users accessibility settings.
also a regression test is added to verify this behavior.
Fixes#1587
0 commit comments