Removed throw...
This commit is contained in:
1 parent
f9a4e6e363
commit
63a0638522
1 file changed
-1
@@ -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
|
||||
|
||||
|
||||
Reference in new issue
Block a user