Skip to content

Commit

Permalink
del: 불필요한 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
haeum808 committed Sep 22, 2024
1 parent 05b3d7d commit 475556a
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,7 @@ abstract class BindingFragment<T : ViewDataBinding>(
binding.lifecycleOwner = viewLifecycleOwner
return binding.root
}

override fun onViewCreated(
view: View,
savedInstanceState: Bundle?,
) {
super.onViewCreated(view, savedInstanceState)
viewLifecycleOwner.lifecycleScope.launch {
val bundle = bundleOf(FirebaseAnalytics.Param.SCREEN_NAME to javaClass.simpleName)
// analyticsHelper.logEvent(FirebaseAnalytics.Event.SCREEN_VIEW, bundle)
}
}


fun showSnackBar(
@StringRes messageId: Int,
action: Snackbar.() -> Unit = {},
Expand Down

0 comments on commit 475556a

Please sign in to comment.