Removed throw...

This commit is contained in:
Amine 2018-11-27 21:36:12 +01:00
parent f9a4e6e363
commit 63a0638522

View File

@ -99,7 +99,6 @@ class ArticleFragment : Fragment() {
savedInstanceState: Bundle? savedInstanceState: Bundle?
): View? { ): View? {
try { try {
throw InflateException("toto")
rootView = inflater rootView = inflater
.inflate(R.layout.fragment_article, container, false) as ViewGroup .inflate(R.layout.fragment_article, container, false) as ViewGroup