Move the large tile span logic to the columns viewmodel
The columns viewmodel might change the actual number of columns used, which is needed when calculating the span on extra large tiles In order to use this value from the InfiniteGridLayout while keeping it out of PaginatableGridLayout, I added a PaginatableViewModel interface. Flag: com.android.systemui.qs_ui_refactor_compose_fragment Test: QSColumnsViewModelTest Test: InfiniteGridViewModelTest Bug: 424081859 Change-Id: I582cc28b73353f3440585f3ab96f9812d0dc4abe
Loading
Please register or sign in to comment