You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2022. It is now read-only.
I'm using 1.2.7 version
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
return inflater.inflate(getResId(), container, false) <<<< error line
}
An error occurs when creating a customAlertDialogFragment.
I guess the theme was influenced.
It doesn't happen if I downgrade to 1.2.6 version.