Skip to content

Commit

Permalink
chore: Fix ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
kongwoojin committed Jul 27, 2024
1 parent 96ae57d commit 9526e59
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ fun ArticleScreen(
}
}


@Composable
fun ArticleView(
data: Article?,
Expand Down Expand Up @@ -244,4 +243,4 @@ fun ArticleView(
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ import android.os.Build
import androidx.compose.foundation.isSystemInDarkTheme
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.darkColorScheme
import androidx.compose.material3.dynamicLightColorScheme
import androidx.compose.material3.lightColorScheme
import androidx.compose.runtime.Composable
import androidx.compose.runtime.CompositionLocalProvider
import androidx.compose.runtime.ReadOnlyComposable
import androidx.compose.runtime.SideEffect
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.platform.LocalView
import androidx.compose.ui.res.colorResource
import androidx.core.view.WindowCompat

private val LightColorScheme = lightColorScheme(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ fun fixedDynamicDarkColorScheme(

internal fun getColor(context: Context, resId: Int): Color {
return Color(context.getColor(resId))
}
}

0 comments on commit 9526e59

Please sign in to comment.