AppManager icon indicating copy to clipboard operation
AppManager copied to clipboard

Update color bug after blocking/unblocking work profile

Open kohanla opened this issue 2 years ago • 2 comments

  • [x] I know what my device, OS and App Manager versions are
  • [ ] I know how to take logs
  • [x] I know how to reproduce the issue which may not be specific to my device

Describe the bug

V3.0.0

If an app contains unblocked trackers the labels is colored orange. After blocking all, the label automatically turns green. After unlblocking at least one the label turns orange.

But this does not happen when the app comes from a work profile. In that case the user has to refresh the app view to update the color.

This is not a critical isulsue of course. Just FYI.

kohanla avatar Aug 18 '22 06:08 kohanla

But this does not happen when the app comes from a work profile. In that case the user has to refresh the app view to update the color.

When a component of an app is modified, it sends a broadcast message to App Manager (if it is running) which allows it to update the page. But for an app on the work profile, it cannot receive any broadcast message and, therefore, unable to update the page. This could be fixed, of course. But as you've said it yourself, this is a low priority (and a cosmetic) issue and shall be fixed after finishing all the backlogs.

MuntashirAkon avatar Sep 06 '22 05:09 MuntashirAkon

Low priority issues are still opened issues. We have other tracking methods via labels.

MuntashirAkon avatar Sep 06 '22 08:09 MuntashirAkon

Fixed in 7637469e142191691d565273ce68ade9a8cde696

MuntashirAkon avatar Jan 18 '23 19:01 MuntashirAkon