iOS:DoricViewController add loadingView and errorView
This commit is contained in:
@@ -157,7 +157,7 @@ public class DoricPanelFragment extends Fragment implements IDoricNavigator {
|
||||
});
|
||||
}
|
||||
|
||||
public void loadJSBundle() {
|
||||
private void loadJSBundle() {
|
||||
Bundle argument = getArguments();
|
||||
if (argument == null) {
|
||||
if (getActivity() != null && getActivity().getIntent() != null) {
|
||||
|
Reference in New Issue
Block a user