Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepurple13 committed Jan 12, 2024
1 parent 4ac43af commit b932509
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_check_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
configuration-cache-enabled: true

- name: Build MangaWorld artifacts
run: ./gradle mangaworld:assembleRelease
run: ./gradlew mangaworld:assembleRelease

- uses: kevin-david/[email protected]
name: Sign app APK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,9 @@ fun AllScreen(
.pullRefresh(pullRefreshState)
) {
if (sourceList.isEmpty()) {
info.ComposeShimmerItem()
Box(Modifier.padding(paddingValues)) {
info.ComposeShimmerItem()
}
} else {
info.AllListView(
list = sourceList,
Expand Down

0 comments on commit b932509

Please sign in to comment.