commit | 629d002f807f285e79d467666d6bdcecac68fe68 | [log] [tgz] |
---|---|---|
author | Dmitrii <bankersenator@gmail.com> | Sun May 11 20:22:32 2025 +0000 |
committer | Jackeagle <jackeagle102@gmail.com> | Wed May 14 05:57:07 2025 -0400 |
tree | 599f966a783492d3ae958d845494ba7e7490b3c4 | |
parent | 3b1633ce4343efa8f451d89b02afc137031d91d3 [diff] |
MediaProgress: Prevent media progress icon from lingering after app force close The media progress UI (e.g., in OnGoingActionProgressController) would not update immediately when a media application was force-closed. The icon/progress would remain visible until the next periodic poll by MediaSessionManagerHelper. Signed-off-by: Dmitrii <bankersenator@gmail.com> Signed-off-by: Jackeagle <jackeagle102@gmail.com>