Fix Kosmos DynamicIconTilesViewModel
Before fix, Kosmos.dynamicIconTilesViewModel is created once and never updates. This CL removes Kosmos.dynamicIconTilesViewModel and re-enables QuickSettingsSceneTest. InfiniteGridLayoutEditTileGridTest needs to access DynamicIconTilesViewModel. Therefore, in that particular test, we inject an InfiniteGridViewModel to the grid layout under test. Then we access the DynamicIconTilesViewModel from the injected InfiniteGridViewModel. Bug: 425752706 Flag: TEST_ONLY Change-Id: If41a91733cfcd69525f0f76228a532a078ceaa24
Loading
Please register or sign in to comment