Skip to content

Commit

Permalink
Fix to ':spotlessKotlinCheck' error.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmd-htsh committed Mar 9, 2021
1 parent b16e235 commit 29db946
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ import io.github.droidkaigi.feeder.core.getReadableMessage
import io.github.droidkaigi.feeder.core.theme.ConferenceAppFeederTheme
import io.github.droidkaigi.feeder.core.use
import io.github.droidkaigi.feeder.core.util.collectInLaunchedEffect
import kotlinx.coroutines.launch
import kotlin.reflect.KClass
import kotlinx.coroutines.launch

sealed class FeedTabs(val name: String, val routePath: String) {
object Home : FeedTabs("Home", "home")
Expand Down Expand Up @@ -278,7 +278,7 @@ fun FeedItemRow(
onClickFeed: (FeedItem) -> Unit,
showMediaLabel: Boolean,
onFavoriteChange: (FeedItem) -> Unit,
showDivider: Boolean,
showDivider: Boolean
) {
if (showDivider) {
Divider()
Expand Down

0 comments on commit 29db946

Please sign in to comment.