





java.lang.NullPointerException: Attempt to invoke interface method 'void com.xinlan.imageeditlibrary.CardPriceAdapter$CallbackInterface.onHandleSelection(int, java.lang.String)' on a null object reference
at com.xinlan.imageeditlibrary.CardPriceAdapter$MyCustomEditTextListener.onTextChanged(CardPriceAdapter.java:106)
인터페이스 호출부분에서 널이뜹니다 이부분 이유가 왜그런지 잘모르겟어요 ㅠㅠ 도와주시면 감사하겟습니다
에딧텍스트에서 값을 입력하고 콜백으로 프래그먼트에서 받아서 프래그먼트의 텍스트뷰에 나타내는건데 안되네요 ㅠㅠ