Skip to content

Commit

Permalink
혹시모르니 !! 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
JuTaK97 committed Sep 9, 2023
1 parent f882cde commit dd9e0a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ class ReactNativeBundleManager(
themeMode.collectLatest {
val isDarkMode = when (it) {
ThemeMode.AUTO -> isSystemDarkMode(context)
else -> it == ThemeMode.DARK
else -> (it == ThemeMode.DARK)
}
reactRootView = ReactRootView(context).apply {
startReactApplication(
myReactInstanceManager!!,
myReactInstanceManager ?: return@apply,
FRIENDS_MODULE_NAME,
Bundle().apply {
putString("x-access-token", token.value)
Expand Down

0 comments on commit dd9e0a9

Please sign in to comment.