Skip to content

Commit

Permalink
update: sundry
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Mar 19, 2024
1 parent 98e3253 commit 5abb70c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import com.muedsa.compose.tv.theme.ScreenPaddingLeft
import com.muedsa.compose.tv.widget.ErrorScreen
import com.muedsa.compose.tv.widget.LoadingScreen
import com.muedsa.compose.tv.widget.LocalErrorMsgBoxState
import com.muedsa.compose.tv.widget.LocalRightSideDrawerState
import com.muedsa.jcytv.ui.nav.LocalAppNavController
import com.muedsa.jcytv.ui.nav.NavigationItems
import com.muedsa.jcytv.ui.nav.navigate
Expand All @@ -37,7 +36,6 @@ fun RankScreen(
viewModel: RankViewModel = hiltViewModel()
) {
val errorMsgBoxState = LocalErrorMsgBoxState.current
val rightSideDrawerState = LocalRightSideDrawerState.current
val navController = LocalAppNavController.current

val rankListLD by viewModel.rankListLDSF.collectAsState()
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ plugins {
alias(libs.plugins.kotlinSerialization) apply false
alias(libs.plugins.ksp) apply false
alias(libs.plugins.hiltAndroid) apply false
// alias(libs.plugins.gmsGoogleService) apply false
// alias(libs.plugins.firebaseCrashlytics) apply false
alias(libs.plugins.gmsGoogleService) apply false
alias(libs.plugins.firebaseCrashlytics) apply false
}

0 comments on commit 5abb70c

Please sign in to comment.