A crash report in firebase but unfortunatley it does not make any crash in application. how to solve this issue.It does not show any exception log in dubug time.
This is the issue reported in firebase
Caused by java.lang.NullPointerException Attempt to invoke virtual method 'android.view.View android.view.View.findViewById(int)' on a null object reference
This is the issue reported line: val toolbar = requireActivity().findViewById(R.id.toolbar) val textToolHeader = toolbar.findViewById(R.id.notification) as ConstraintLayout