Skip to content

Commit

Permalink
#72 / 린트 체크
Browse files Browse the repository at this point in the history
  • Loading branch information
taeheeL committed Jul 21, 2023
1 parent af3ee3b commit e87f064
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import sopt.uni.presentation.common.content.INVITECODE
import sopt.uni.util.DateUtil
import sopt.uni.util.binding.BindingActivity
import sopt.uni.util.extension.setOnSingleClickListener
import timber.log.Timber
import java.util.Calendar

@AndroidEntryPoint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class EnterInviteCodeActivity :
binding.tvInviteCodeErrorMessage.visibility = View.VISIBLE
}
}

else -> {}
}
}.launchIn(lifecycleScope)
Expand Down

0 comments on commit e87f064

Please sign in to comment.