오류 메시지None of the following functions can be called with the arguments supplied.makeText(Context!, CharSequence!, Int) defined in android.widget.Toast

1

1 (CommunityActivity -> CommnunityHomeFragment) 로 backbtn 클릭 이슈

val currentTime = System.currentTimeMillis() timeStamp = currentTime.toString()를 val timeStampt = System.currentTimeMil

requireContext 프래그먼트에서 호출해야하는 메서드이며, 프래그먼트 내부에서 직접 호출해야함BUT현재 코드에서는 requireContext를 활성화된 스코프(lifecycleScope) 내부에서 호출하고 있음로 수정해보기Dispatchers.Main코드를 메인