Move AppItem into AppListModel
Follows the api changes in Spa privileged lib. Bug: 260660819 Test: Unit test Test: Manually with Settings Change-Id: Ieec1035070cc532eedcd1511c5b347e04099a9fb
This commit is contained in:
@@ -156,13 +156,13 @@ class AllAppListTest {
|
||||
|
||||
private fun setItemContent() {
|
||||
composeTestRule.setContent {
|
||||
AllAppListPage {
|
||||
fakeNavControllerWrapper.Wrapper {
|
||||
fakeNavControllerWrapper.Wrapper {
|
||||
with(AllAppListModel()) {
|
||||
AppListItemModel(
|
||||
record = AppRecordWithSize(app = APP),
|
||||
label = LABEL,
|
||||
summary = stateOf(SUMMARY),
|
||||
).appItem()
|
||||
).AppItem()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user