Skip to content

Commit

Permalink
[chore] 코딩 컨벤션 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwon2724 committed Aug 24, 2024
1 parent c2e70c0 commit b3dbcc2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/src/main/java/pokitmons/pokit/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.runtime.Composable
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.derivedStateOf
import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.remember
import androidx.compose.runtime.setValue
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.res.painterResource
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.derivedStateOf
import androidx.compose.runtime.getValue
import androidx.compose.runtime.remember
import androidx.navigation.compose.currentBackStackEntryAsState
import androidx.navigation.compose.rememberNavController
import dagger.hilt.android.AndroidEntryPoint
Expand All @@ -39,7 +36,6 @@ class MainActivity : ComponentActivity() {
}

PokitTheme {

if (showSplash) {
SplashScreen()
} else {
Expand All @@ -55,9 +51,7 @@ class MainActivity : ComponentActivity() {
// 믹스패널/파베 애널리틱스 화면 이동 로깅용
}
}

RootNavHost(navHostController = navHostController)

}
}
}
Expand Down

0 comments on commit b3dbcc2

Please sign in to comment.