Skip to content

Commit 70d2683

Browse files
committed
Add no-op switch case, per AS rec
1 parent 01835a9 commit 70d2683

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/main/java/guide/graphql/toc/ui/chapters/ChaptersFragment.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ class ChaptersFragment : Fragment() {
8181
getString(R.string.graphql_error, chapterListResponse.message),
8282
Toast.LENGTH_SHORT
8383
).show()
84+
Status.LOADING -> {
85+
}
8486
}
8587
})
8688
}

app/src/main/java/guide/graphql/toc/ui/sections/SectionsViewModel.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ class SectionsViewModel : ViewModel() {
5252
}
5353
}
5454
}
55-
5655
}

0 commit comments

Comments
 (0)