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

Skip to content
Commit 05c4854f authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

Reload pointer icons from the UiThread

We're still seeing crashes resulting from frames of an animation
icon having different sizes while loading. The most likely explanation
for this happening is that the display density changes midway through
loading the animation icon, at which point size of the scaled animation
frame will change.

We are already loading the icon from the Display thread. Instead, try
loading the icons from the UiThread, which should hopefully not
receive density updates midway through processing a task.

This is a speculative fix.

Bug: 321324470
Bug: 325133368
Test: adb shell wm density X
Change-Id: Ic2b903d5fdec534aeb32530b124d3b699c40ac33
parent 6f918e27
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