|
|
@@ -294,7 +294,8 @@ public class ActWebX5 extends BaseActWeb {
|
|
|
act_web_loading_iv.startAnimation(animation);
|
|
|
}
|
|
|
ViewUtil.setVisibility(act_web_loading_pb, newProgress != 100);
|
|
|
- act_web_loading_pb.setProgress(newProgress);
|
|
|
+ if(act_web_loading_pb != null)
|
|
|
+ act_web_loading_pb.setProgress(newProgress);
|
|
|
super.onProgressChanged(view, newProgress);
|
|
|
}
|
|
|
});
|