Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
run detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
matsumo0922 committed Dec 15, 2023
1 parent 2f6046f commit 2a723b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ internal fun SettingTopRoute(
onClickFollowTabDefaultHome = viewModel::setFollowTabDefaultHome,
onClickHideAdultContents = viewModel::setHideAdultContents,
onClickOverrideAdultContents = viewModel::setOverrideAdultContents,
onClickGridMode = {
onClickGridMode = {
if (it) {
if (uiState.userData.hasPrivilege) {
viewModel.setGridMode(true)
Expand Down

0 comments on commit 2a723b2

Please sign in to comment.