Bug P2
Status Update
Comments
me...@oppo.corp-partner.google.com <me...@oppo.corp-partner.google.com> #2
Additionally, why is a for loop used in the updateLogicalDisplaysLocked function of LogicalDisplayMapper.java to update the information of all logical displays? This would cause subsequent change events to reach this point, finding that their logical display has already been updated and wasDirty has been changed to false, preventing them from notifying the listener further.
Description