commit | 26f53639c6931b9538525a5a2c8a31ddb7d194c9 | [log] [tgz] |
---|---|---|
author | Ioana Alexandru <aioana@google.com> | Fri Jul 12 21:49:29 2024 +0000 |
committer | Ioana Alexandru <aioana@google.com> | Fri Jul 12 21:49:29 2024 +0000 |
tree | 7a137d2d3006c2d258303e9fec2540ccb7696ebf | |
parent | 07fd96adeffd1184533da8a6d2acb10a878a8eca [diff] |
notificationBroadcasts shouldn't be a StateFlow As a stateflow, it doesn't function correctly because we actually do expect duplicate emissions to be meaningful, so we need to keep them. I think it also doesn't need to be a SharedFlow, since I'm not sure the flowOn does anything in that case... Bug: 346519570 Bug: 347707024 Change-Id: I64da785532d748a27173fda35bcb1f8c21cc42e6 Test: manually logged emissions to test Flag: com.android.settingslib.flags.volume_panel_broadcast_fix