Skip to content

Commit

Permalink
apply lint #23
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed Mar 10, 2021
1 parent d124ec0 commit 9819c4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,12 @@ fun ContributorList(onClickContributor: (Contributor) -> Unit) {
}
}


@Preview(showBackground = true)
@Composable
fun PreviewContributorScreen() {
ConferenceAppFeederTheme(false) {
ProvideContributorViewModel(viewModel = fakeContributorViewModel()) {
ContributorList() {

}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ fun OtherScreen(
/**
* stateless
*/
@ExperimentalMaterialApi
@Composable
fun OtherScreen(
scaffoldState: BackdropScaffoldState,
Expand Down

0 comments on commit 9819c4f

Please sign in to comment.