Skip to content

Commit

Permalink
[fix/#133] 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
blueme0 committed Feb 12, 2024
1 parent dd1f80d commit 0405953
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class SplashActivity
isFromAlarm = intent.getBooleanExtra(IS_FROM_ALARM, false)
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) getMessage()
checkNetwork()
setUpObserver()
}

private fun getMessage() {
Expand All @@ -42,13 +41,6 @@ class SplashActivity
}
}

private fun setUpObserver() {
viewModel.myInfo.observe(this) {
AuthUtils.setMyInfo(context = this, myInfo = it)
Timber.tag("setMyInfo").d("$it")
}
}

private fun checkNetwork() {
if (NetworkManager.checkNetworkState(this)) checkAutoLogin()
else {
Expand Down

0 comments on commit 0405953

Please sign in to comment.