Removed throw...
This commit is contained in:
parent
f9a4e6e363
commit
63a0638522
@ -99,7 +99,6 @@ class ArticleFragment : Fragment() {
|
||||
savedInstanceState: Bundle?
|
||||
): View? {
|
||||
try {
|
||||
throw InflateException("toto")
|
||||
rootView = inflater
|
||||
.inflate(R.layout.fragment_article, container, false) as ViewGroup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user