Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ protected View onCreateView(String name, AttributeSet attrs) throws ClassNotFoun
for (String prefix : CLASS_PREFIX_LIST) {
try {
view = createView(name, prefix, attrs);
if (view != null) break;
} catch (ClassNotFoundException ignored) {
}
}
Expand Down Expand Up @@ -289,4 +290,4 @@ private View createCustomViewInternal(View parent, View view, String name, Conte
return view;
}

}
}