Skip to content

Commit

Permalink
Apply format
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
takahirom and github-actions[bot] authored Sep 7, 2021
1 parent 8db665f commit f4f352b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ import io.github.droidkaigi.feeder.FeedContents
import io.github.droidkaigi.feeder.FeedItem
import io.github.droidkaigi.feeder.Filters
import io.github.droidkaigi.feeder.Theme
import io.github.droidkaigi.feeder.core.R as CoreR
import io.github.droidkaigi.feeder.core.TabIndicator
import io.github.droidkaigi.feeder.core.getReadableMessage
import io.github.droidkaigi.feeder.core.theme.AppThemeWithBackground
import io.github.droidkaigi.feeder.core.theme.greenDroid
import io.github.droidkaigi.feeder.core.use
import io.github.droidkaigi.feeder.core.util.collectInLaunchedEffect
import kotlinx.coroutines.launch
import kotlin.reflect.KClass
import io.github.droidkaigi.feeder.core.R as CoreR
import kotlinx.coroutines.launch

sealed class FeedTab(val name: String, val routePath: String) {
object Home : FeedTab("Home", "home")
Expand Down

0 comments on commit f4f352b

Please sign in to comment.