Loading
Fix recursive loop in DisplayComponent lifecycle listeners
DisplayComponentInstanceProvider was calling the lifecycle "start" method during the instance creation, but the start method was trying to access the instance itself, causing a recursive loop. This adds another callback to initialize the instance after it is created and cached. Bug: 433203587 Flag: NONE - bugfix Test: PerDisplayInstanceRepositoryImplTest, DisplayComponentInstanceProviderTest Change-Id: I4efe87f34fc7f0fae6135b68b2565c7c518a6153