Ver Código Fonte

修改framework后需要同步修改MainActivity中的变量名

zhanglong7 6 anos atrás
pai
commit
550c635f47

+ 1 - 1
show-client/src/com/ai/ipu/display/MainActivity.java

226
	
226
	
227
	@Override
227
	@Override
228
	protected void error(Exception e) {
228
	protected void error(Exception e) {
229
		handler.sendEmptyMessage(3);
229
		mainHandler.sendEmptyMessage(3);
230
		if(e instanceof java.net.ConnectException){			
230
		if(e instanceof java.net.ConnectException){			
231
			getIpuMobileClient().alert("启动失败:网络连接错误", Constant.Function.close, new Object[] {false});
231
			getIpuMobileClient().alert("启动失败:网络连接错误", Constant.Function.close, new Object[] {false});
232
			return;
232
			return;